325N/ASUBDIRS = examples rootfs
325N/ADIST_SUBDIRS = examples rootfs ja ko api
325N/A
325N/Aif USE_DOCBOOK2X
325N/ASUBDIRS += ja ko
325N/Aendif
325N/A
325N/Aif ENABLE_API_DOCS
325N/ASUBDIRS += api
325N/Aendif
325N/A
325N/AEXTRA_DIST = \
325N/A lxc.container.conf \
325N/A lxc.system.conf \
325N/A FAQ.txt
325N/A
325N/Aif ENABLE_DOCBOOK
325N/Aman_MANS = \
325N/A lxc-attach.1 \
325N/A lxc-autostart.1 \
325N/A lxc-cgroup.1 \
325N/A lxc-checkconfig.1 \
325N/A lxc-checkpoint.1 \
325N/A lxc-config.1 \
325N/A lxc-console.1 \
325N/A lxc-copy.1 \
325N/A lxc-create.1 \
325N/A lxc-destroy.1 \
325N/A lxc-device.1 \
325N/A lxc-execute.1 \
325N/A lxc-freeze.1 \
325N/A lxc-info.1 \
325N/A lxc-ls.1 \
325N/A lxc-monitor.1 \
325N/A lxc-snapshot.1 \
325N/A lxc-start.1 \
325N/A lxc-stop.1 \
325N/A lxc-top.1 \
325N/A lxc-unfreeze.1 \
325N/A lxc-unshare.1 \
325N/A lxc-user-nic.1 \
325N/A lxc-usernsexec.1 \
325N/A lxc-wait.1 \
325N/A \
325N/A lxc.conf.5 \
325N/A lxc.container.conf.5 \
325N/A lxc.system.conf.5 \
325N/A lxc-usernet.5 \
325N/A \
325N/A lxc.7
325N/A
325N/Aif ENABLE_DEPRECATED
325N/A man_MANS += lxc-clone.1
325N/Aif ENABLE_PYTHON
325N/A man_MANS += lxc-start-ephemeral.1
325N/Aendif
325N/Aendif
325N/A
325N/A%.1 : %.sgml
325N/A $(db2xman) $<
325N/A test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
325N/A
325N/A%.5 : %.sgml
325N/A $(db2xman) $<
325N/A test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
325N/A
325N/A%.7 : %.sgml
325N/A $(db2xman) $<
325N/A test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
325N/A
325N/Alxc-%.sgml : common_options.sgml see_also.sgml
325N/A
325N/Aclean-local:
325N/A $(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
325N/Aendif
325N/A