Some fixes for doxygen generation

This commit is contained in:
Mark Riddoch
2013-11-25 10:12:08 +01:00
parent 3b0d6c23ad
commit 050ca7ac7e
8 changed files with 24 additions and 38 deletions

View File

@ -23,10 +23,10 @@ UNIX :=
# makefile.inc and build_gateway.inc are located.
# ROOT_PATH is used in makefile.
#
ROOT_PATH := /home/jdoe/skysql/maxscale
ROOT_PATH := /home/mriddoch/Repository/maxscale
# MARIADB_SRC_PATH may be defined either as an environment variable or
# specifically here
ifndef MARIADB_SRC_PATH
MARIADB_SRC_PATH := /home/jdoe/mariadb/5.5
ifndef $(MARIADB_SRC_PATH)
MARIADB_SRC_PATH := /packages/mariadb-5.5.25
endif