summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
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 $@)"