summaryrefslogtreecommitdiff
path: root/dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch
blob: 1e7e4ccd1eb185ec8f1c7574912187714dda0550 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile.in
+++ b/Makefile.in
@@ -285,7 +285,7 @@
 
 dmalloc.html : $(srcdir)/dmalloc.texi
 	rm -f $@ $@.t
-	texi2html  --output=$@.t -number -monolithic $(srcdir)/dmalloc.texi
+	texi2html  --output=$@.t --number-footnotes --number-sections -monolithic $(srcdir)/dmalloc.texi
 	mv $@.t $@
 
 settings.h : $(srcdir)/settings.dist $(srcdir)/configure