mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-02 23:04:52 +00:00
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:
parent
3157e67395
commit
dab75acca0
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user