projects
/
cgds.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Some fixes + improvements (Vector) + code reformatting
[cgds.git]
/
doc
/
Makefile
Commit
Line
Data
e45132ac
1
all: html latex
a7868768
2
e45132ac
3
html:
a7868768
4
doxygen Doxyfile
e45132ac
BA
5
6
latex: html
a7868768
BA
7
cd latex && pdflatex refman.tex && pdflatex refman.tex && cd ..
8
9
clean:
10
rm -rf html latex
11
e45132ac
12
.PHONY: latex html clean