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