about summary refs log tree commit diff
path: root/Doc/Makefile.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-07 22:33:05 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-07 22:33:05 +0000
commit39fad4f81c165370af5f3e059d88f82381df8a21 (patch)
treec017b97542bf42c6b6fb9332c6c292b17c2c4ede /Doc/Makefile.in
parentd76053481b8579bb850592e27473f0b623a5b4eb (diff)
downloadzsh-39fad4f81c165370af5f3e059d88f82381df8a21.tar.gz
zsh-39fad4f81c165370af5f3e059d88f82381df8a21.tar.xz
zsh-39fad4f81c165370af5f3e059d88f82381df8a21.zip
manual/7704
Diffstat (limited to 'Doc/Makefile.in')
-rw-r--r--Doc/Makefile.in12
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 ==========