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:
William S Fulton 2015-12-17 02:32:11 +00:00
commit 64dcd50b99
10 changed files with 491 additions and 32 deletions

View file

@ -95,8 +95,6 @@ os.system("find "+dirname+" -name autom4te.cache -exec rm -rf {} \\;")
# Build documentation
print "Building html documentation"
os.system("cd "+dirname+"/Doc/Manual && make all clean-baks") == 0 or failed()
print "Building man pages"
os.system("cd "+dirname+"/CCache && yodl2man -o ccache-swig.1 ccache.yo") == 0 or failed()
# Build the tar-ball
os.system("tar -cf "+dirname+".tar "+dirname) == 0 or failed()

View file

@ -12,9 +12,7 @@ else
fi
case "$SWIGLANG" in
"")
sudo apt-get -qq install yodl
;;
"") ;;
"csharp")
sudo apt-get -qq install mono-devel
;;