Add initial Doxygen support
[onak.git] / Makefile.in
index 403a2704219c2f9dd08481caff07e12e808431cc..b952ff0c578875ec3f3bcd61a2192a32ee89e8ce 100644 (file)
@@ -162,6 +162,9 @@ distclean: clean
        $(RM) -f Makefile .depend config.log config.status config.h
        $(RM) -r autom4te.cache
 
+doxygen-docs: *.c *.h Doxyfile
+       doxygen
+
 version.h:
        @echo '#include "config.h"' > version.h
        @if [ -e .bzr ]; then \