aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2017-01-17 16:19:33 +0100
committerGravatar Hendrik Tews <hendrik@askra.de>2017-01-17 16:58:01 +0100
commit5bb74282037a34098408ab3d01e9a11318cb8351 (patch)
tree0d09c142fe71ee8e092e3e802d6182471428dbf0 /doc
parent94439d50451ad4a3e14c705dc2774c76e6530074 (diff)
use makeinfo instead of texi2html
texi2html is dead, see for instance https://wiki.debian.org/Texi2htmlTransition
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.doc b/doc/Makefile.doc
index b5eb4d82..b2e69d53 100644
--- a/doc/Makefile.doc
+++ b/doc/Makefile.doc
@@ -18,7 +18,7 @@
MAKE = make -f Makefile.doc
MAKEINFO = makeinfo
-TEXI2HTML = texi2html -expandinfo -number-sections -split_chapter --noheader --css-include proofgen.css
+TEXI2HTML = makeinfo --html --ifinfo --number-sections --split=chapter --no-headers --css-include=proofgen.css
# `texinfo-tex' package contains texi2pdf
TEXI2PDF = texi2pdf
# `dviutils' package contains these useful utilities.
@@ -50,7 +50,7 @@ default: doc
$(TEXI2PDF) $<
.texi.html:
- $(TEXI2HTML) --output $* $<
+ $(TEXI2HTML) $<
default: doc