From 64dcd50b9953cad388db44f772c7dbee1cb34b7d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 17 Dec 2015 02:32:11 +0000 Subject: 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 --- Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.in') 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) ##################################################################### -- cgit v1.2.3