From e28ce28b48c253b6275bae2b45a59247a291c609 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Jun 2015 17:53:55 -0400 Subject: Build documentation with deterministic=1 for reproducible builds. (A new ikiwiki feature.) Closes: #785736 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c6eae8e6a..f4ba59777 100644 --- a/Makefile +++ b/Makefile @@ -75,8 +75,8 @@ man: docs: mans TZ=UTC $(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \ --no-usedirs --disable-plugin=openid --plugin=sidebar \ - --underlaydir=/dev/null --disable-plugin=shortcut \ - --disable-plugin=smiley \ + --underlaydir=/dev/null --set deterministic=1 \ + --disable-plugin=shortcut --disable-plugin=smiley \ --plugin=comments --set comments_pagespec="*" \ --exclude='news/.*' --exclude='design/assistant/blog/*' \ --exclude='bugs/*' --exclude='todo/*' --exclude='forum/*' \ -- cgit v1.2.3