From dc64b30d981d7a368d7b11aef19ec60b6f05dbbd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 4 Feb 2016 21:36:12 +0100 Subject: manpages: Set date to release date instead of build date This should also help distributions working towards reproducible builds. --- config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'config.mk') 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 -- cgit v1.2.3