From 6bb5b276f905e9400fbbfe6026721d56837504c1 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Sun, 6 Mar 2016 09:30:30 +0100 Subject: [PATCH] make the build reproducible https://wiki.debian.org/ReproducibleBuilds/TimestampsInDocumentationGeneratedByAsciidoc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1eb57500..ced10766 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ $(FREEDOOM2): wadinfo_phase2.txt subdirs $(DEUTEX) $(DEUTEX_ARGS) -iwad -lumps -patch -flats -sounds -musics -graphics -sprites -levels -build wadinfo_phase2.txt $@ %.html: %.adoc - asciidoc $< + TZ=UTC asciidoc $< doc: $(patsubst %.adoc,%.html,$(wildcard *.adoc))