Refactoring on the doxygen generation

This commit is contained in:
Victor Hora
2017-05-10 20:11:04 -05:00
committed by Felipe Zimmerle
parent a5bbb8345f
commit 63462668a9
7 changed files with 1359 additions and 849 deletions

27
doc/Makefile.am Normal file
View File

@@ -0,0 +1,27 @@
apache:
$(DOXYGEN) doxygen-apache
touch apache.stamp
iis:
$(DOXYGEN) doxygen-iis
touch iis.stamp
nginx:
$(DOXYGEN) doxygen-nginx
touch nginx.stamp
standalone:
$(DOXYGEN) doxygen-standalone
touch standalone.stamp
if BUILD_APACHE2_MODULE
all-local: apache
endif
if BUILD_STANDALONE_MODULE
all-local: iis nginx standalone
endif
clean-local:
rm -rf apache iis nginx standalone