From: yosukesan Date: Sat, 6 Apr 2019 03:42:41 +0000 (+0900) Subject: fix: #2927 api doc generation fails under out of source build. X-Git-Tag: lxc-3.2.0~105^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2928%2Fhead;p=thirdparty%2Flxc.git fix: #2927 api doc generation fails under out of source build. Signed-off-by: yosukesan --- diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am index e72f5266a..4fee21ace 100644 --- a/doc/api/Makefile.am +++ b/doc/api/Makefile.am @@ -2,7 +2,7 @@ EXTRA_DIST = Doxyfile if ENABLE_API_DOCS html: Doxyfile - doxygen + doxygen $< endif .PHONY: html