summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBaozeng Ding <sploving1@163.com>2009-08-17 16:29:31 +0000
committerBaozeng Ding <sploving1@163.com>2009-08-17 16:29:31 +0000
commitb6b2fce6ae6f78b5d8941ae610740b660ce6689f (patch)
treece146c84e0649d8cd2798eacad11ea987ba3dbd2 /Makefile.in
parentd567ff5806d6c56837b197ac796667f92851f617 (diff)
parentdddec445fddf3bd3cceeac77c82725e8c323734a (diff)
downloadswig-b6b2fce6ae6f78b5d8941ae610740b660ce6689f.tar.gz
merge from trunk
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11627 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 376258d6e..e9405feca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -380,7 +380,7 @@ clean-docs-main:
@test -d $(DOCS) || exit 0; cd $(DOCS) && $(MAKE) clean
clean-docs-ccache:
- @test -z "$(ENABLE_CCACHE)" || (cd $(CCACHE) && $(MAKE) clean-docs)
+ @# Use distclean-docs-ccache, else a user requires the yodl tools to generate the docs after a clean
maintainer-clean: clean-libfiles
@cd $(SOURCE) && $(MAKE) maintainer-clean
@@ -407,6 +407,9 @@ distclean-test-suite:
distclean-ccache:
test -z "$(ENABLE_CCACHE)" || (cd $(CCACHE) && $(MAKE) -s distclean)
+distclean-docs-ccache:
+ @test -z "$(ENABLE_CCACHE)" || (cd $(CCACHE) && $(MAKE) distclean-docs)
+
distclean-dead:
rm -f $(DISTCLEAN-DEAD)