summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2017-08-27 17:19:03 +0200
committerDidier Raboud <odyx@debian.org>2018-02-23 20:54:12 +0100
commitdaa308ce0ba7ee8d5e8220ac079d41cb6196ba3b (patch)
tree762eb638bb596c2cdfa2f72e87d1f3fced13b994
parent1d3fd2fca5c227dd070d62262e41377e788b0d88 (diff)
In the asciidoc call, use the '-a footer-style=none' to export
without the footer; as it contains the build timestamp, which makes the build unreproducible. Last-Update: 2016-02-27 Gbp-Pq: Name 0002-In-the-asciidoc-call-use-the-a-footer-style-none-to-.patch
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a803b07..4eaaced 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -203,7 +203,7 @@ zlib.so: jim-zlib.c
$(CC) $(CFLAGS) $(LDFLAGS) $(SHOBJ_LDFLAGS) -o $@ jim-zlib.o $(SH_LIBJIM) @LDLIBS_zlib@
Tcl.html: jim_tcl.txt
- @tclsh@ @srcdir@/make-index $> $^ | asciidoc -o $@ -d manpage - || cp @srcdir@/Tcl_shipped.html Tcl.html
+ @tclsh@ @srcdir@/make-index $> $^ | asciidoc -o $@ -d manpage -a footer-style=none - || cp @srcdir@/Tcl_shipped.html Tcl.html
clean:
rm -f *.o *.so *.dll *.exe lib*.a $(JIMSH) $(LIBJIM) Tcl.html _*.c