From 6b617801d063906d54af5581578b26c3ab0e0e44 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 16 Apr 2009 10:17:23 +0000 Subject: 26839: add --node-files option to texi2html --- Doc/.cvsignore | 2 +- Doc/.distfiles | 2 +- Doc/Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc') diff --git a/Doc/.cvsignore b/Doc/.cvsignore index e0d03d922..0ef3b52f5 100644 --- a/Doc/.cvsignore +++ b/Doc/.cvsignore @@ -3,7 +3,7 @@ version.yo zsh*.1 zsh.texi zsh.info* -zsh*.html +*.html zsh.aux zsh.toc zsh.cp zsh.cps zsh.fn zsh.fns diff --git a/Doc/.distfiles b/Doc/.distfiles index 60a15be63..07263317c 100644 --- a/Doc/.distfiles +++ b/Doc/.distfiles @@ -15,7 +15,7 @@ DISTFILES_SRC=' DISTFILES_DOC=' zsh.info zsh.info-[0-9]* - zsh.html zsh_*toc.html zsh_[0-9]*.html + *.html zsh.dvi zsh.pdf ' diff --git a/Doc/Makefile.in b/Doc/Makefile.in index 2c07dc101..c859c87c5 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -40,7 +40,7 @@ INSTALL = @INSTALL@ MAKEINFO = makeinfo TEXI2DVI = texi2dvi DVIPS = dvips -TEXI2HTML = texi2html --output . --ifinfo --split=chapter +TEXI2HTML = texi2html --output . --ifinfo --split=chapter --node-files .SUFFIXES: .yo .1 -- cgit 1.4.1