mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Refactoring on the doxygen generation
This commit is contained in:
committed by
Felipe Zimmerle
parent
a5bbb8345f
commit
63462668a9
15
configure.ac
15
configure.ac
@@ -288,7 +288,20 @@ AC_ARG_ENABLE(docs,
|
||||
])
|
||||
AM_CONDITIONAL([BUILD_DOCS], [test "$build_docs" -eq 1])
|
||||
if test "$build_docs" -eq 1; then
|
||||
TOPLEVEL_SUBDIRS="$TOPLEVEL_SUBDIRS docs"
|
||||
TOPLEVEL_SUBDIRS="$TOPLEVEL_SUBDIRS doc"
|
||||
AC_CHECK_PROGS([DOXYGEN], [doxygen])
|
||||
if test -z "$DOXYGEN"; then
|
||||
AC_MSG_WARN([Doxygen not found - continue without Doxygen support])
|
||||
fi
|
||||
if test "$build_apache2_module" -eq 1; then
|
||||
AC_CONFIG_FILES([doc/doxygen-apache])
|
||||
fi
|
||||
if test "$build_standalone_module" -eq 1; then
|
||||
AC_CONFIG_FILES([doc/doxygen-nginx])
|
||||
AC_CONFIG_FILES([doc/doxygen-iis])
|
||||
AC_CONFIG_FILES([doc/doxygen-standalone])
|
||||
fi
|
||||
AC_CONFIG_FILES([doc/Makefile])
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user