Generating the apidoc in an out-of-tree build fixed.

This commit is contained in:
Tobias Brunner 2009-12-08 17:06:04 +01:00
parent 5fe538504e
commit c33d4f29bc
2 changed files with 6 additions and 5 deletions

View File

@ -527,11 +527,11 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = src/libstrongswan \
src/charon \
src/libsimaka \
src/libfast \
src/manager
INPUT = @SRC_DIR@/src/libstrongswan \
@SRC_DIR@/src/charon \
@SRC_DIR@/src/libsimaka \
@SRC_DIR@/src/libfast \
@SRC_DIR@/src/manager
# 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

@ -13,6 +13,7 @@ Doxyfile : Doxyfile.in
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
-e "s:\@SRC_DIR\@:$(srcdir):" \
$(srcdir)/$@.in > $@
apidoc : Doxyfile