summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch')
-rw-r--r--dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch b/dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch
deleted file mode 100644
index 1e7e4ccd1eb1..000000000000
--- a/dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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