diff options
-rw-r--r-- | bootstrap.am | 1 | ||||
-rw-r--r-- | doc/sciteco.1.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.am b/bootstrap.am index 21f4b51..dabf475 100644 --- a/bootstrap.am +++ b/bootstrap.am @@ -9,6 +9,7 @@ SUBST_MACRO = eb$<\e \ <fs@PACKAGE_NAME^Q@\e@PACKAGE_NAME@\e;>j \ <fs@PACKAGE_VERSION^Q@\e@PACKAGE_VERSION@\e;>j \ <fs@PACKAGE_URL^Q@\e@PACKAGE_URL@\e;>j \ + <fs@bindir^Q@\e$(bindir)\e;>j \ <fs@pkgdatadir^Q@\e$(pkgdatadir)\e;>j \ <fs@DATE^Q@\e$(shell @DATE@ "+%d %b %Y")\e;>j \ ew$@\e diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index e0806ca..8e9b88f 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -50,7 +50,7 @@ Therefore under UNIX-like operating systems, TECO macro files may be invoked as scripts by using a Hashbang line like .RS .EX -#!/bin/sciteco -m +#!@bindir@/sciteco -m .EE .RE If the munged macro does not request program termination using the |