summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-17 02:32:11 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-17 02:36:48 +0000
commit64dcd50b9953cad388db44f772c7dbee1cb34b7d (patch)
tree1933ad0d78df0163a41dc009368c45204512bd2c /Makefile.in
parent9acf18939c5752d0b57add9b952ad5b663f4f869 (diff)
downloadswig-64dcd50b9953cad388db44f772c7dbee1cb34b7d.tar.gz
Remove dependency on yodl tools and remove ccache-swig man page
Use the CCache.html docs instead of the ccache-swig man page. The yodl2man and yodl2html tools are no longer used and so SWIG no longer has a dependency on these packages which were required when building from git. Closes #286 Closes #128
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index d9d2c3f18..c79e83815 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,15 +49,12 @@ maintainer: libfiles
# Documentation
#####################################################################
-docs: docs-main docs-ccache
+docs: docs-main
docs-main:
@echo making docs
@test -d $(DOCS) || exit 0; cd $(DOCS) && $(MAKE) all clean-baks
-docs-ccache:
- test -z "$(ENABLE_CCACHE)" || (cd $(CCACHE) && $(MAKE) docs)
-
#####################################################################
# All the languages SWIG speaks (when it wants to)
#####################################################################