summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/rtf2latex2e/files/fix_man2html_call.patch')
-rw-r--r--dev-tex/rtf2latex2e/files/fix_man2html_call.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-tex/rtf2latex2e/files/fix_man2html_call.patch b/dev-tex/rtf2latex2e/files/fix_man2html_call.patch
deleted file mode 100644
index e498274..0000000
--- a/dev-tex/rtf2latex2e/files/fix_man2html_call.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile~ 2012-03-14 21:03:58.000000000 +0100
-+++ doc/Makefile 2013-06-17 16:44:52.195283030 +0200
-@@ -10,7 +10,7 @@
- pdflatex rtf2latexDoc
-
- web/manpage.html: header.html footer.html rtf2latex2e.1
-- man ./rtf2latex2e.1 | man2html --pgsize=100000 --bare > mid.html
-+ man2html ./rtf2latex2e.1 > mid.html
- # remove first four spaces from each lines
- perl -pi.bak -e 's/^ {2}//' mid.html
- cat header.html mid.html footer.html > man.html