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 <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Dwight Engen 2013-10-04 13:45:59 -04:00 committed by Serge Hallyn
parent 3157e67395
commit dab75acca0

View 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 = \