diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-20 18:11:36 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-20 18:11:36 +0000 |
commit | 7f31fdaadd8b02cf8f252e96bf10fbccc4fe824f (patch) | |
tree | 491538b9d88ad6ea5230f74dc9af9218cfd9d34d /science/getdp | |
parent | - Remove WITH_GUI support, as it relies on removed p5-Glade port. (diff) |
Fix doc generation, broken since the upgrade to teTeX 3.0.
According to Hiroki Sato:
"In teTeX 3.0, pdfetex is used for a DVI output, so the texinfo.tex
always detects the PDF output feature. Although there are several means
to fix this problem, I think disabling such detection should be simple
and enough."
Reported by: kris via pointyhat
Obtained from: hrs
Diffstat (limited to 'science/getdp')
-rw-r--r-- | science/getdp/files/patch-doc::texinfo::texinfo.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/science/getdp/files/patch-doc::texinfo::texinfo.tex b/science/getdp/files/patch-doc::texinfo::texinfo.tex new file mode 100644 index 000000000000..b8d8a16c8b3c --- /dev/null +++ b/science/getdp/files/patch-doc::texinfo::texinfo.tex @@ -0,0 +1,7 @@ +--- doc/texinfo/texinfo.tex.orig Mon Feb 21 01:11:47 2005 ++++ doc/texinfo/texinfo.tex Mon Feb 21 01:19:52 2005 +@@ -1,3 +1,4 @@ ++\let\pdfoutput\undefined + % modified for gmsh -- see 'gmsh' tags + % + % texinfo.tex -- TeX macros to handle Texinfo files. |