Generating the apidoc in an out-of-tree build fixed.
This commit is contained in:
+5
-5
@@ -527,11 +527,11 @@ WARN_LOGFILE =
|
|||||||
# directories like "/usr/src/myproject". Separate the files or directories
|
# directories like "/usr/src/myproject". Separate the files or directories
|
||||||
# with spaces.
|
# with spaces.
|
||||||
|
|
||||||
INPUT = src/libstrongswan \
|
INPUT = @SRC_DIR@/src/libstrongswan \
|
||||||
src/charon \
|
@SRC_DIR@/src/charon \
|
||||||
src/libsimaka \
|
@SRC_DIR@/src/libsimaka \
|
||||||
src/libfast \
|
@SRC_DIR@/src/libfast \
|
||||||
src/manager
|
@SRC_DIR@/src/manager
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# 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
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ Doxyfile : Doxyfile.in
|
|||||||
sed \
|
sed \
|
||||||
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
|
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
|
||||||
-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
|
-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
|
||||||
|
-e "s:\@SRC_DIR\@:$(srcdir):" \
|
||||||
$(srcdir)/$@.in > $@
|
$(srcdir)/$@.in > $@
|
||||||
|
|
||||||
apidoc : Doxyfile
|
apidoc : Doxyfile
|
||||||
|
|||||||
Reference in New Issue
Block a user