Support building docs when builddir != srcdir
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -874,7 +874,7 @@ WARN_LOGFILE =
|
|||||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = ./
|
INPUT = $(SRCDIR)
|
||||||
|
|
||||||
# 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. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
|||||||
@@ -325,7 +325,7 @@ test-release-all: dist-archives
|
|||||||
echo "Success" && popd
|
echo "Success" && popd
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
@doxygen -q
|
@SRCDIR=$(top_srcdir) doxygen -q $(top_srcdir)/Doxyfile
|
||||||
|
|
||||||
@VALGRIND_CHECK_RULES@
|
@VALGRIND_CHECK_RULES@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user