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
This commit is contained in:
parent
9acf18939c
commit
64dcd50b99
10 changed files with 491 additions and 32 deletions
|
|
@ -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)
|
||||
#####################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue