Now using 2 spaces instead of tabs. Fix copyright years. Improve documentation
[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