diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/.cvsignore | 2 | ||||
-rw-r--r-- | Doc/.distfiles | 2 | ||||
-rw-r--r-- | Doc/Makefile.in | 2 |
3 files changed, 3 insertions, 3 deletions
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 |