From dab75acca0716ef3782f8cde04e4fc525b7932dd Mon Sep 17 00:00:00 2001 From: Dwight Engen Date: Fri, 4 Oct 2013 13:45:59 -0400 Subject: [PATCH] always include the ja manpage sources in make dist 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 Signed-off-by: Serge Hallyn --- doc/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 1e83f8a9a..e736eecc7 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 = \ -- 2.47.2