doxygen support added.

This commit is contained in:
Roland Jax
2014-11-21 20:40:54 +01:00
parent 6b19680b61
commit 8e37591ca7
5 changed files with 2309 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
if HAVE_DOXYGEN
doxyfile.stamp:
$(HAVE_DOXYGEN) Doxyfile
echo Timestamp > doxyfile.stamp
CLEANFILES = doxyfile.stamp
all-local: doxyfile.stamp
distclean-local:
-rm -f Makefile.in
-rm -rf html
endif