1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

manual/7704

This commit is contained in:
Tanaka Akira 1999-09-07 22:33:05 +00:00
parent d76053481b
commit 39fad4f81c
4 changed files with 15 additions and 11 deletions

View file

@ -52,14 +52,15 @@ uninstall: uninstall.fns
# ========== DEPENDENCIES FOR CLEANUP ==========
@CLEAN_MK@
mostlyclean-here:
distclean-here:
rm -f Makefile
realclean-here:
@CLEAN_MK@
# ========== DEPENDENCIES FOR MAINTENANCE ==========
@CONFIG_MK@

View file

@ -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 ==========

View file

@ -52,14 +52,15 @@ uninstall: uninstall.fns
# ========== DEPENDENCIES FOR CLEANUP ==========
@CLEAN_MK@
mostlyclean-here:
distclean-here:
rm -f Makefile
realclean-here:
@CLEAN_MK@
# ========== DEPENDENCIES FOR MAINTENANCE ==========
@CONFIG_MK@

View file

@ -96,7 +96,9 @@ install.html uninstall.html:
@CLEAN_MK@
distclean-here:
rm -f Makefile config.h config.status config.log config.cache stamp-h
@cd Completion && $(MAKE) $(MAKEDEFS) $@
@cd Functions && $(MAKE) $(MAKEDEFS) $@
rm -f Makefile config.h config.status config.log config.cache stamp-h Config/defs.mk
realclean-here:
cd $(sdir) && rm -f config.h.in stamp-h.in configure