From 428daca88dbb97f7ba68b70e862d3a7ff2c63ef3 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. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f90891..160c523 100644 --- a/Makefile +++ b/Makefile @@ -97,6 +97,8 @@ dist: cp src/deps.mk /tmp/feh-${VERSION}/src/deps.mk sed -i 's/^VERSION ?= .*$$/VERSION ?= ${VERSION}/' \ /tmp/feh-${VERSION}/config.mk + sed -i 's/^MAN_DATE ?= .*$$/MAN_DATE ?= ${MAN_DATE}/' \ + /tmp/feh-${VERSION}/config.mk tar -C /tmp -cjf ../feh-${VERSION}.tar.bz2 feh-${VERSION} rm -r /tmp/feh-${VERSION} -- cgit v1.2.3