refine Makefile targets for documentation generation and remove generated ccache documentation from svn

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10976 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-12-09 21:33:19 +00:00
commit 47a0b98067
6 changed files with 31 additions and 732 deletions

View file

@ -45,11 +45,13 @@ swightml.book:
echo "Sections.html" >> swightml.book
cat chapters >> swightml.book
clean:
clean: clean-baks
rm -f swightml.book
rm -f swigpdf.book
rm -f SWIGDocumentation.html
rm -f SWIGDocumentation.pdf
clean-baks:
rm -f *.bak
test: