]> git.proxmox.com Git - mirror_lxc.git/commitdiff
fix: #2927 api doc generation fails under out of source build.
authoryosukesan <y.otsuki30@gmail.com>
Sat, 6 Apr 2019 03:42:41 +0000 (12:42 +0900)
committeryosukesan <y.otsuki30@gmail.com>
Sat, 6 Apr 2019 03:43:59 +0000 (12:43 +0900)
Signed-off-by: yosukesan <y.otsuki30@gmail.com>
doc/api/Makefile.am

index e72f5266aed39a94b7ee7faa11a50efa2e81b534..4fee21ace49159207c831eddb9d8fa0c3f288c94 100644 (file)
@@ -2,7 +2,7 @@ EXTRA_DIST = Doxyfile
 
 if ENABLE_API_DOCS
 html: Doxyfile
-       doxygen
+       doxygen $<
 endif
 
 .PHONY: html