projects
/
cgds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5a28aec9d1fad0dc59fb4e7ea31b5eb1db18548d
[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