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
|
||||
# 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
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
|
||||
@@ -325,7 +325,7 @@ test-release-all: dist-archives
|
||||
echo "Success" && popd
|
||||
|
||||
docs:
|
||||
@doxygen -q
|
||||
@SRCDIR=$(top_srcdir) doxygen -q $(top_srcdir)/Doxyfile
|
||||
|
||||
@VALGRIND_CHECK_RULES@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user