summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-04 21:36:12 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-04 21:36:12 +0100
commitdc64b30d981d7a368d7b11aef19ec60b6f05dbbd (patch)
tree6391530fa6ae6c089f765d60b7a7dda08a5721f3 /config.mk
parent296f4db136eda92d444e7d050637fe87cca01132 (diff)
manpages: Set date to release date instead of build date
This should also help distributions working towards reproducible builds.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index a7356c8..abcb6d8 100644
--- a/config.mk
+++ b/config.mk
@@ -64,6 +64,7 @@ else
MAN_EXIF = disabled
endif
+MAN_DATE ?= ${shell date '+%B %d, %Y'}
# Uncomment this to use dmalloc
#CFLAGS += -DWITH_DMALLOC