diff options
Diffstat (limited to 'devel/papaya/patches/patch-ad')
-rw-r--r-- | devel/papaya/patches/patch-ad | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/devel/papaya/patches/patch-ad b/devel/papaya/patches/patch-ad index cae2cb59ee0..bd25089f87a 100644 --- a/devel/papaya/patches/patch-ad +++ b/devel/papaya/patches/patch-ad @@ -1,7 +1,10 @@ -$NetBSD: patch-ad,v 1.3 2009/12/14 20:53:43 joerg Exp $ +$NetBSD: patch-ad,v 1.4 2011/07/06 13:17:46 obache Exp $ ---- src/texi2html-wrapper.in.orig Tue Jun 25 16:25:17 2002 -+++ src/texi2html-wrapper.in Sun Jul 10 12:27:06 2005 +* always use texi2html +* default output directory changes for recent texi2html + +--- src/texi2html-wrapper.in.orig 2002-06-25 14:25:17.000000000 +0000 ++++ src/texi2html-wrapper.in @@ -14,7 +14,8 @@ this="texi2html-wrapper" ; @@ -12,3 +15,12 @@ $NetBSD: patch-ad,v 1.3 2009/12/14 20:53:43 joerg Exp $ html_sed1='s!<BODY>!<BODY BGCOLOR=white TEXT=black LINK=blue VLINK=green>!' ; html_sed2='s!<BODY>!<BODY BGCOLOR=white TEXT=black LINK=blue VLINK=green>!' ; +@@ -30,7 +31,7 @@ if [ ! -d ./html ] ; then + fi + + if [ ! -z $texi2html_command ] && [ -x $texi2html_command ] ; then +- COMMAND="$texi2html_command -menu -split_chapter" ; ++ COMMAND="$texi2html_command -menu -split_chapter --output=./" ; + elif [ ! -z $makeinfo_command ] && [ -x $makeinfo_command ] ; then + COMMAND="$makeinfo_command --html" ; + else |