diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-07 22:33:05 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-07 22:33:05 +0000 |
commit | 39fad4f81c165370af5f3e059d88f82381df8a21 (patch) | |
tree | c017b97542bf42c6b6fb9332c6c292b17c2c4ede /Doc | |
parent | d76053481b8579bb850592e27473f0b623a5b4eb (diff) | |
download | zsh-39fad4f81c165370af5f3e059d88f82381df8a21.tar.gz zsh-39fad4f81c165370af5f3e059d88f82381df8a21.tar.xz zsh-39fad4f81c165370af5f3e059d88f82381df8a21.zip |
manual/7704
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in index 6440a7da8..6c6367526 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -205,18 +205,18 @@ uninstall.info: # ========== DEPENDENCIES FOR CLEANUP ========== -@CLEAN_MK@ - clean-here: rm -f *.html *.info* *.dvi *.ps rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.log rm -f *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs -distclean-here: - rm -f Makefile +distclean-here: clean-here + rm -f Makefile *.1 *.texi -realclean-here: - cd $(sdir) && rm -f version.yo *.1 *.texi ../META-FAQ +realclean-here: distclean-here + cd $(sdir) && rm -f version.yo ../META-FAQ + +@CLEAN_MK@ # ========== DEPENDENCIES FOR MAINTENANCE ========== |