diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-13 18:50:12 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-13 18:50:12 +0000 |
commit | 6a81d6f4d34ca5343bccc376b41722342477b3e2 (patch) | |
tree | cb45eace1bdd71a1999fdedbf1261732edfeac81 /Doc/Makefile.in | |
parent | 8476e86d2d8117c3b30671034a1f5e4a6a414fe1 (diff) | |
download | zsh-6a81d6f4d34ca5343bccc376b41722342477b3e2.tar.gz zsh-6a81d6f4d34ca5343bccc376b41722342477b3e2.tar.xz zsh-6a81d6f4d34ca5343bccc376b41722342477b3e2.zip |
zsh-3.1.6-dev-15 zsh-3.1.6-dev-15
Diffstat (limited to 'Doc/Makefile.in')
-rw-r--r-- | Doc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in index eafbc2dd3..a78a3808a 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -286,6 +286,7 @@ clean-here: rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.log rm -f *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs rm -rf infodir + rm -f *.1 Zsh/modlist.yo Zsh/modmenu.yo Zsh/manmodmenu.yo .PHONY: clean-here distclean-here: clean-here |