Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: incompatible texi2html change fnu
- X-seq: zsh-workers 21499
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: incompatible texi2html change fnu
- Date: Wed, 20 Jul 2005 11:51:03 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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