aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAntonio Cardace <acardace@redhat.com>2020-08-19 12:14:58 +0200
committerSteve Bennett <steveb@workware.net.au>2020-08-22 14:34:04 +1000
commitf5546ef728f3c2579250dbaa6f3c1cd98eb57dd8 (patch)
treeb7a1bbd71d42c7daa109794ef6e894796fefcbf8 /Makefile.in
parent795854e54681f86fe66d8dcf8b09e44b9f726a62 (diff)
downloadjimtcl-f5546ef728f3c2579250dbaa6f3c1cd98eb57dd8.zip
jimtcl-f5546ef728f3c2579250dbaa6f3c1cd98eb57dd8.tar.gz
jimtcl-f5546ef728f3c2579250dbaa6f3c1cd98eb57dd8.tar.bz2
docs: remove generation of "Last updated" field
The generation of this field makes the resulting Tcl.html different between builds, as it records the time of generation, remove this as it causes jimtcl rpms for different arches (on RHEL/Fedora) to have a file conflict on Tcl.html.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1207b0f..1f77b86 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -180,7 +180,7 @@ install-docs:
Tcl.html: jim_tcl.txt @srcdir@/make-index
@if HAVE_ASCIIDOC
- @tclsh@ @srcdir@/make-index $> $^ | @ASCIIDOC@ -d manpage - | @SED@ -e '/^<div.*id="footer-text"/,/<\/div>/d' >$@
+ @tclsh@ @srcdir@/make-index $> $^ | @ASCIIDOC@ --attribute footer-style=none -d manpage - >$@
@else
@echo "asciidoc is not available"; false
@endif