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. --- man/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/Makefile') diff --git a/man/Makefile b/man/Makefile index 1927963..65f2bc2 100644 --- a/man/Makefile +++ b/man/Makefile @@ -8,7 +8,7 @@ all: ${TARGETS} .pre.1: sed \ -e 's/\$$VERSION\$$/${VERSION}/g' \ - -e 's/\$$DATE\$$/'"$$(date '+%B %d, %Y')"/g \ + -e 's/\$$DATE\$$/${MAN_DATE}/g' \ -e 's/\$$MAN_CURL\$$/${MAN_CURL}/' \ -e 's/\$$MAN_DEBUG\$$/${MAN_DEBUG}/' \ -e 's/\$$MAN_EXIF\$$/${MAN_EXIF}/' \ -- cgit v1.2.3