Some fixes + improvements (Vector) + code reformatting
[cgds.git] / doc / Makefile
1 all: html latex
2
3 html:
4 doxygen Doxyfile
5
6 latex: html
7 cd latex && pdflatex refman.tex && pdflatex refman.tex && cd ..
8
9 clean:
10 rm -rf html latex
11
12 .PHONY: latex html clean