[lxc-devel] [lxc/master] fix: #2927 api doc generation fails under out of source build.

yosukesan on Github lxc-bot at linuxcontainers.org
Sat Apr 6 04:04:46 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 1042 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190405/ad9a870a/attachment.bin>
-------------- next part --------------
From 13f76743293049d36e0118fef78db1ce93950c62 Mon Sep 17 00:00:00 2001
From: yosukesan <y.otsuki30 at gmail.com>
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 <y.otsuki30 at gmail.com>
---
 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 e72f5266ae..4fee21ace4 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


More information about the lxc-devel mailing list