From 13f76743293049d36e0118fef78db1ce93950c62 Mon Sep 17 00:00:00 2001 From: yosukesan Date: Sat, 6 Apr 2019 12:42:41 +0900 Subject: [PATCH] fix: #2927 api doc generation fails under out of source build. Signed-off-by: yosukesan --- doc/api/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2