Add in documentation clean

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9135 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-06-02 20:47:26 +00:00
commit 50058d0746

View file

@ -16,6 +16,7 @@ BIN_DIR = @bindir@
TARGET_NOEXE= swig
TARGET = $(TARGET_NOEXE)@EXEEXT@
SOURCE = Source
DOCS = Doc/Manual
swig: libfiles source
@ -256,7 +257,7 @@ broken-%-test-suite:
# CLEAN
#####################################################################
clean: clean-objects clean-libfiles clean-examples clean-gifplot clean-test-suite
clean: clean-objects clean-libfiles clean-examples clean-gifplot clean-test-suite clean-docs
clean-objects: clean-source
@ -286,13 +287,17 @@ clean-%-test-suite:
clean-%-gifplot:
@$(MAKE) -k -s check-$*-gifplot ACTION=clean
clean-docs:
@echo cleaning Docs
@cd $(DOCS) && $(MAKE) -s clean
#####################################################################
# DISTCLEAN
#####################################################################
DISTCLEAN-DEAD = config.status config.log config.cache swig.spec Makefile mkmf.log libtool
distclean: distclean-objects clean-examples clean-gifplot distclean-test-suite distclean-dead
distclean: distclean-objects clean-examples clean-gifplot distclean-test-suite clean-docs distclean-dead
distclean-objects: distclean-source