repo.or.cz
/
ode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged in roboticslibrary/ode/patch-cmake-pkgconfig (pull request #14)
[ode.git]
/
ode
/
doc
/
Makefile.am
blob
a7a006e7a01582620b50857bc3b06c9801eccba7
1
EXTRA_DIST = Doxyfile.in main.dox pix
2
3
if HAVE_DOXYGEN
4
5
mostlyclean-local:
6
rm -rf html
7
8
html-local: Doxyfile
9
$(DOXYGEN) Doxyfile
10
11
endif