projects
/
cgds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fix typo in README
[cgds.git]
/
doc
/
Makefile
1
all: latex/refman.pdf
2
3
latex/refman.pdf:
4
doxygen Doxyfile
5
cd latex && pdflatex refman.tex && pdflatex refman.tex && cd ..
6
7
clean:
8
rm -rf html latex
9
10
.PHONY: latex/refman.pdf clean