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

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