]> git.proxmox.com Git - mirror_lxc.git/commitdiff
always include the ja manpage sources in make dist
authorDwight Engen <dwight.engen@oracle.com>
Fri, 4 Oct 2013 17:45:59 +0000 (13:45 -0400)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 4 Oct 2013 20:04:50 +0000 (15:04 -0500)
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@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
doc/Makefile.am

index 1e83f8a9ae15de108c2b07eb2338c21be932a9c1..e736eecc7f1e9f1eb185f2374a0db1ffb2b29921 100644 (file)
@@ -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 = \