a515dbc
diff -up lash-0.5.4/docs/Makefile.am.orig lash-0.5.4/docs/Makefile.am
a515dbc
--- lash-0.5.4/docs/Makefile.am.orig	2015-09-21 16:01:30.674874329 +0200
a515dbc
+++ lash-0.5.4/docs/Makefile.am	2015-09-21 16:01:50.851787554 +0200
a515dbc
@@ -18,9 +18,9 @@ html-manual-stamp: lash-manual.texi.in
a515dbc
 	  mkdir -lash-manual-html-split; \
a515dbc
 	fi
a515dbc
 	cd lash-manual-html-one-page && \
a515dbc
-	  texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
a515dbc
+	  texi2html --number-sections ../$(top_srcdir)/docs/lash-manual.texi
a515dbc
 	cd lash-manual-html-split && \
a515dbc
-	  texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
a515dbc
+	  texi2html --number-sections --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
a515dbc
 	touch html-manual-stamp
a515dbc
 
a515dbc
 CLEANFILES = html-manual-stamp lash-manual.cps
a515dbc
diff -up lash-0.5.4/docs/Makefile.in.orig lash-0.5.4/docs/Makefile.in
a515dbc
--- lash-0.5.4/docs/Makefile.in.orig	2015-09-21 16:00:42.387081999 +0200
a515dbc
+++ lash-0.5.4/docs/Makefile.in	2015-09-21 16:01:19.215923610 +0200
a515dbc
@@ -532,9 +532,9 @@ uninstall-info: uninstall-info-recursive
a515dbc
 @HAVE_TEXI2HTML_TRUE@	  mkdir -lash-manual-html-split; \
a515dbc
 @HAVE_TEXI2HTML_TRUE@	fi
a515dbc
 @HAVE_TEXI2HTML_TRUE@	cd lash-manual-html-one-page && \
a515dbc
-@HAVE_TEXI2HTML_TRUE@	  texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
a515dbc
+@HAVE_TEXI2HTML_TRUE@	  texi2html --number-sections ../$(top_srcdir)/docs/lash-manual.texi
a515dbc
 @HAVE_TEXI2HTML_TRUE@	cd lash-manual-html-split && \
a515dbc
-@HAVE_TEXI2HTML_TRUE@	  texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
a515dbc
+@HAVE_TEXI2HTML_TRUE@	  texi2html --number-sections --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
a515dbc
 @HAVE_TEXI2HTML_TRUE@	touch html-manual-stamp
a515dbc
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
a515dbc
 # Otherwise a system limit (for SysV at least) may be exceeded.