You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch

12 lines
355 B

--- 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