diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-09 17:45:04 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-09 17:45:04 +0300 |
commit | c8bdb828d00cd193be4ae03e32beb46e4cf6a317 (patch) | |
tree | 8bc3ae1393792430799fa1ff9ad03cf913c9fc90 | |
parent | 7dd6ac742880bd0b2eca2c31f2e7dc19598e2d94 (diff) | |
download | sciteco-c8bdb828d00cd193be4ae03e32beb46e4cf6a317.tar.gz |
fixed date in manpages
was broken in c5510d68
-rw-r--r-- | bootstrap.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.am b/bootstrap.am index 965389f..61fc0d3 100644 --- a/bootstrap.am +++ b/bootstrap.am @@ -33,7 +33,7 @@ SUBST_MACRO = <FS@PACKAGE^Q@\e@PACKAGE@\e;>J \ <FS@scitecodatadir^Q@\e$(scitecodatadir)\e;>J \ <FS@scitecolibdir^Q@\e$(scitecolibdir)\e;>J \ <FS@TECO_INTEGER^Q@\e@TECO_INTEGER@\e;>J \ - <FS@DATE^Q@\e;$(shell LC_ALL=C @DATE@ "+%d %b %Y")\e;>J + <FS@DATE^Q@\e$(shell LC_ALL=C @DATE@ "+%d %b %Y")\e;>J # The SciTECO-based substitutor must not process config.h.in. @top_srcdir@/config.h: ; |