Now using 2 spaces instead of tabs. Fix copyright years. Improve documentation
[cgds.git] / doc / Makefile
... / ...
CommitLineData
1all: html latex
2
3html:
4 doxygen Doxyfile
5
6latex: html
7 cd latex && pdflatex refman.tex && pdflatex refman.tex && cd ..
8
9clean:
10 rm -rf html latex
11
12.PHONY: latex html clean