diff options
Diffstat (limited to 'libs/ode-0.16.1/ode/doc/Makefile.am')
-rw-r--r-- | libs/ode-0.16.1/ode/doc/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/ode-0.16.1/ode/doc/Makefile.am b/libs/ode-0.16.1/ode/doc/Makefile.am new file mode 100644 index 0000000..a7a006e --- /dev/null +++ b/libs/ode-0.16.1/ode/doc/Makefile.am @@ -0,0 +1,11 @@ +EXTRA_DIST = Doxyfile.in main.dox pix + +if HAVE_DOXYGEN + +mostlyclean-local: + rm -rf html + +html-local: Doxyfile + $(DOXYGEN) Doxyfile + +endif |