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-18 20:48:22 +0100
commit428daca88dbb97f7ba68b70e862d3a7ff2c63ef3 (patch)
tree9e6ee831488553d3f80a9bbef449704075a933cc /config.mk
parent78731113b5503856bd3c9ed6c02f76b101f82f6a (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