mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 04:25:45 -04:00
make the build reproducible
https://wiki.debian.org/ReproducibleBuilds/TimestampsInDocumentationGeneratedByAsciidoc
This commit is contained in:
parent
103abec87b
commit
6bb5b276f9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue