From c5fc66ee58f2c60f2d226868bb1cf5b91badaf53 Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 1 Oct 2022 20:59:36 -0500 Subject: add ode --- libs/ode-0.16.1/ode/doc/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libs/ode-0.16.1/ode/doc/Makefile.am (limited to 'libs/ode-0.16.1/ode/doc/Makefile.am') 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 -- cgit v1.2.1