diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-27 17:49:29 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-27 17:49:29 +0100 |
commit | 24fe3bfc4295443ee454e9250ba83f0ce7aea6df (patch) | |
tree | a4a3ef28da439b290e53ec9e7a889d1f559dcc49 /bootstrap.am | |
parent | f9aea9044887ee8f179385e430b893f48b784cff (diff) | |
download | sciteco-24fe3bfc4295443ee454e9250ba83f0ce7aea6df.tar.gz |
use actual binary directory for shebang example in manpage
Diffstat (limited to 'bootstrap.am')
-rw-r--r-- | bootstrap.am | 1 |
1 files changed, 1 insertions, 0 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 |