From: Ben Hutchings Date: Mon, 13 Jul 2015 19:29:20 +0000 (+0100) Subject: perf tools: Use $KBUILD_BUILD_TIMESTAMP as man page date X-Git-Tag: archive/raspbian/5.7.6-1+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ff014bc9d37e51f8e858ed9763740556205635f3;p=linux.git perf tools: Use $KBUILD_BUILD_TIMESTAMP as man page date Forwarded: http://mid.gmane.org/20160517132809.GE7555@decadent.org.uk This allows man pages to be built reproducibly. Signed-off-by: Ben Hutchings Gbp-Pq: Topic bugfix/all Gbp-Pq: Name tools-perf-man-date.patch --- diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile index 5236e300353..5b14bbe0d8a 100644 --- a/tools/perf/Documentation/Makefile +++ b/tools/perf/Documentation/Makefile @@ -132,6 +132,9 @@ endif ifdef DOCBOOK_SUPPRESS_SP XMLTO_EXTRA += -m manpage-suppress-sp.xsl endif +ifdef KBUILD_BUILD_TIMESTAMP +ASCIIDOC_EXTRA += -a revdate=$(shell date -u -d '$(KBUILD_BUILD_TIMESTAMP)' +%Y-%m-%d) +endif SHELL_PATH ?= $(SHELL) # Shell quote; diff --git a/tools/perf/Documentation/asciidoc.conf b/tools/perf/Documentation/asciidoc.conf index 2b62ba1e72b..82d3060177b 100644 --- a/tools/perf/Documentation/asciidoc.conf +++ b/tools/perf/Documentation/asciidoc.conf @@ -71,6 +71,9 @@ ifdef::backend-docbook[] [header] template::[header-declarations] + +template::[docinfo] + ifdef::perf_date[] {perf_date} endif::perf_date[]