diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-15 05:26:16 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-15 05:26:16 +0100 |
commit | b08d5e7dad907493bc6946ab708640b567e2dffe (patch) | |
tree | 42008b931d9c9e900e3f8eeb9279a8a18758f61d /bootstrap.am | |
parent | f63cf74a89027988aed16e2069c1ca8486c749b5 (diff) | |
download | sciteco-b08d5e7dad907493bc6946ab708640b567e2dffe.tar.gz |
install standard macros into special standard library path (pkgdatadir/lib)
* SCITECOPATH environment variable defaults to this directory
* manpage updated
* default teco.ini updated: no need to generate it anymore
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 dabf475..2fc6285 100644 --- a/bootstrap.am +++ b/bootstrap.am @@ -11,6 +11,7 @@ SUBST_MACRO = eb$<\e \ <fs@PACKAGE_URL^Q@\e@PACKAGE_URL@\e;>j \ <fs@bindir^Q@\e$(bindir)\e;>j \ <fs@pkgdatadir^Q@\e$(pkgdatadir)\e;>j \ + <fs@scitecopathdir^Q@\e$(scitecopathdir)\e;>j \ <fs@DATE^Q@\e$(shell @DATE@ "+%d %b %Y")\e;>j \ ew$@\e |