Implement HashTable + fix some extra blank spaces, remove Bool type (using bool ...
[cgds.git] / doc / Makefile
CommitLineData
a7868768
BA
1all: latex/refman.pdf
2
3latex/refman.pdf:
4 doxygen Doxyfile
5 cd latex && pdflatex refman.tex && pdflatex refman.tex && cd ..
6
7clean:
8 rm -rf html latex
9
10.PHONY: latex/refman.pdf clean