---
 ChangeLog       | 1 +
 doc/Makefile.am | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5c0b3d7..12da291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2015-06-13 Tim Hentenaar <t...@hentenaar.com>
        * lexi.c: Fix a compilation error related to the presence of
          the __gnu_inlne__ attribute on the functions in gperf.c/gperf-cc.c
+       * Fixed HTML documentation generation
 
 2014-04-07  Andrew Shadura  <and...@shadura.me>
        * Don't add extra 'const' keyword to C++ programs (closes Debian bugs
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3371088..16cc4dd 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -34,14 +34,14 @@ html-monolithic: @PACKAGE@.html
 html-split: @PACKAGE@_toc.html
 
 @PACKAGE@.html: version.texi $(@PACKAGE@_TEXINFOS)
-       $(TEXI2HTML) -expandinfo -number -monolithic `if test -f 
@PACKAGE@.texi; then echo @PACKAGE@.texi; else echo $(srcdir)/@PACKAGE@.texi; 
fi`
+       $(TEXI2HTML) -expandinfo -number-sections -monolithic `if test -f 
@PACKAGE@.texi; then echo @PACKAGE@.texi; else echo $(srcdir)/@PACKAGE@.texi; 
fi`
 
 @PACKAGE@_toc.html: version.texi $(@PACKAGE@_TEXINFOS)
        case "$(TEXI2HTML)" in \
          *"/missing texi2html") \
-            $(TEXI2HTML) -expand info -number -nomenu -split section `if test 
-f @PACKAGE@.texi; then echo @PACKAGE@.texi; else echo 
$(srcdir)/@PACKAGE@.texi; fi` || exit 0 ;; \
+            $(TEXI2HTML) -expand info -number-sections -nomenu -split section 
`if test -f @PACKAGE@.texi; then echo @PACKAGE@.texi; else echo 
$(srcdir)/@PACKAGE@.texi; fi` || exit 0 ;; \
          *) $(RM) @PACKAGE@_*.html ; \
-            $(TEXI2HTML) -expand info -number -nomenu -split section `if test 
-f @PACKAGE@.texi; then echo @PACKAGE@.texi; else echo 
$(srcdir)/@PACKAGE@.texi; fi` ;; \
+            $(TEXI2HTML) -expand info -number-sections -nomenu -split section 
`if test -f @PACKAGE@.texi; then echo @PACKAGE@.texi; else echo 
$(srcdir)/@PACKAGE@.texi; fi` ;; \
        esac
 
 install-html-monolithic: @PACKAGE@.html
-- 
2.3.6


_______________________________________________
bug-indent mailing list
bug-indent@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-indent

Reply via email to