doxygen support added.
This commit is contained in:
+2280
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
Reference in New Issue
Block a user