Fixed doxygen documentation generation

This commit is contained in:
Mark Riddoch 2013-09-04 13:13:54 +02:00
parent f74f67540f
commit 5c48239372
3 changed files with 5 additions and 4 deletions

View File

@ -39,3 +39,6 @@ install:
(cd server; make DEST=$(DEST) install)
(cd log_manager; make DEST=$(DEST) install)
(cd query_classifier; make DEST=$(DEST) install)
documentation:
doxygen doxygate

View File

@ -568,7 +568,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = README core modules include
INPUT = README server/core server/modules server/include \
log_manager query_classifier utils
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is

View File

@ -47,9 +47,6 @@ depend:
(cd modules/protocol; touch depend.mk ; make depend)
(cd modules/monitor; touch depend.mk ; make depend)
documentation:
doxygen doxygate
install:
@mkdir -p $(DEST)
@mkdir -p $(DEST)/MaxScale