View | Details | Raw Unified | Return to bug 169627
Collapse All | Expand All

(-)files/patch-docs-Makefile.am (+14 lines)
Added Link Here
1
--- docs/Makefile.am.orig	2006-10-05 10:28:28.000000000 +0200
2
+++ docs/Makefile.am	2012-07-03 09:59:46.000000000 +0200
3
@@ -18,9 +18,9 @@
4
 	  mkdir -lash-manual-html-split; \
5
 	fi
6
 	cd lash-manual-html-one-page && \
7
-	  texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
8
+	  texi2html ../$(top_srcdir)/docs/lash-manual.texi
9
 	cd lash-manual-html-split && \
10
-	  texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
11
+	  texi2html --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
12
 	touch html-manual-stamp
13
 
14
 CLEANFILES = html-manual-stamp lash-manual.cps
(-)files/patch-docs-Makefile.in (+14 lines)
Added Link Here
1
--- docs/Makefile.in.orig	2012-07-03 08:08:09.000000000 +0200
2
+++ docs/Makefile.in	2012-07-03 10:01:11.000000000 +0200
3
@@ -532,9 +532,9 @@
4
 @HAVE_TEXI2HTML_TRUE@	  mkdir -lash-manual-html-split; \
5
 @HAVE_TEXI2HTML_TRUE@	fi
6
 @HAVE_TEXI2HTML_TRUE@	cd lash-manual-html-one-page && \
7
-@HAVE_TEXI2HTML_TRUE@	  texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
8
+@HAVE_TEXI2HTML_TRUE@	  texi2html ../$(top_srcdir)/docs/lash-manual.texi
9
 @HAVE_TEXI2HTML_TRUE@	cd lash-manual-html-split && \
10
-@HAVE_TEXI2HTML_TRUE@	  texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
11
+@HAVE_TEXI2HTML_TRUE@	  texi2html --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
12
 @HAVE_TEXI2HTML_TRUE@	touch html-manual-stamp
13
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
14
 # Otherwise a system limit (for SysV at least) may be exceeded.

Return to bug 169627