aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Tej Chajed <tchajed@gmail.com>2016-02-10 12:48:42 -0500
committerGravatar Tej Chajed <tchajed@gmail.com>2016-02-10 12:48:42 -0500
commit6112bad265824e54b565f9199542e36eaf74610a (patch)
treeaef2205c9efc53ee4af638fbdf63eb7376e2b635 /doc
parent3f6da90764730d52ba7acdc120a265dd4217bc5e (diff)
Update numbering flag passed to texi2html
texi2html, as of version 1.80 (http://download-mirror.savannah.gnu.org/releases//texi2html/NEWS-1.80), uses -number-sections instead of -number for the flag name.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.doc b/doc/Makefile.doc
index 87e1d1cb..b5eb4d82 100644
--- a/doc/Makefile.doc
+++ b/doc/Makefile.doc
@@ -18,7 +18,7 @@
MAKE = make -f Makefile.doc
MAKEINFO = makeinfo
-TEXI2HTML = texi2html -expandinfo -number -split_chapter --noheader --css-include proofgen.css
+TEXI2HTML = texi2html -expandinfo -number-sections -split_chapter --noheader --css-include proofgen.css
# `texinfo-tex' package contains texi2pdf
TEXI2PDF = texi2pdf
# `dviutils' package contains these useful utilities.