summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-16 01:53:06 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-16 01:53:06 (EDT)
commit6d7c4856877d609c7c1cdcae9d47694b595f50a4 (patch)
tree12cd85d6f100f84e335d8fe25fe9fb5359304ada /man
parent010a5bccd4279331f234bd25a661f1db2981e52e (diff)
man/local.mk: Add @DATE@ to man_subst
Diffstat (limited to 'man')
-rw-r--r--man/local.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/local.mk b/man/local.mk
index ed7ee10..d85a000 100644
--- a/man/local.mk
+++ b/man/local.mk
@@ -65,7 +65,8 @@ EXTRA_DIST += \
man_subst = sed \
-e "s|[@]SOURCE[@]|$(PACKAGE_STRING)|g" \
- -e 's|[@]MANUAL[@]|$(MANUAL)|g'
+ -e 's|[@]MANUAL[@]|$(MANUAL)|g' \
+ -e "s|[@]DATE[@]|$$('$(srcdir)/tools/mtime.sh' $<)|g"
.1in.1:
$(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)"