diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-19 15:45:21 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-19 15:45:21 -0400 |
commit | ff53c2bd7d6c69d9f44eac702cb33709b296330a (patch) | |
tree | ebf0dbfc13f547f70a0af46d392bad15ee756d9b /Makefile | |
parent | 255b062dc706433f5d14ff13ea4127af8a7608d5 (diff) |
Build documentation with TZ=UTC for reproducible builds. See #785736.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ man: mkdir -p man docs: mans - $(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \ + 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 \ |