[lxc-devel] [PATCH] always include the ja manpage sources in make dist

Dwight Engen dwight.engen at oracle.com
Fri Oct 4 17:45:59 UTC 2013


These need to be in the dist tarball even if the host packaging system
doesn't have docbook2x, otherwise configure will fail to find them. Also,
the build system may have docbook2x, even if the packaging system does not.

Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
---
 doc/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1e83f8a..e736eec 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,9 +1,8 @@
 SUBDIRS = examples rootfs
-DIST_SUBDIRS = examples rootfs
+DIST_SUBDIRS = examples rootfs ja
 
 if USE_DOCBOOK2X
 SUBDIRS += ja
-DIST_SUBDIRS += ja
 endif
 
 EXTRA_DIST = \
-- 
1.8.1.4





More information about the lxc-devel mailing list