Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: incompatible texi2html change fnu



texi2thml 1.76 needs this to do the right thing.

Index: Doc/Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Makefile.in,v
retrieving revision 1.24
diff -u -r1.24 Makefile.in
--- Doc/Makefile.in	6 May 2005 15:53:02 -0000	1.24
+++ Doc/Makefile.in	20 Jul 2005 15:49:48 -0000
@@ -40,7 +40,7 @@
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
 DVIPS = dvips
-TEXI2HTML = texi2html -expand info -split chapter
+TEXI2HTML = texi2html --output . --ifinfo --split=chapter
 
 .SUFFIXES: .yo .1
 



Messages sorted by: Reverse Date, Date, Thread, Author