aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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