Support building docs when builddir != srcdir

This commit is contained in:
Stu Tomlinson
2022-03-18 13:47:54 +00:00
parent 700abd95b6
commit a771b3d4fe
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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@