projects
/
cgds.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Some fixes + improvements (Vector) + code reformatting
[cgds.git]
/
doc
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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