]> git.proxmox.com Git - mirror_lxc.git/commit - doc/lxc-attach.sgml.in
fix building docs
authorDwight Engen <dwight.engen@oracle.com>
Mon, 29 Apr 2013 20:47:35 +0000 (16:47 -0400)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 30 Apr 2013 13:19:37 +0000 (08:19 -0500)
commit7f95145833bb24f54e037f73ecc37444d6635697
tree52c7d7a15b86a232263563b742c35b717dadbd46
parent33c2c3ec93c17758f37cc2e53f07f7dfe6b72336
fix building docs

Commit 69fe23ff added checking for the older docbook2man back into
configure, but this breaks building the docs on at least Oracle Linux and
Fedora when docbook2X is not installed as docbook2man will be found but the
docs don't actually build with that tool.

This change makes it so the docs can be built with either the older
docbook2man or the newer 2X tools by using configure to set the dtd
string to an appropriate value depending on use of docbook2man or
db2x_docbook2man.

Also fixed a small error in lxc-destroy.sgml.in that was noticed
by the old tools.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
31 files changed:
configure.ac
doc/legacy/lxc-ls.sgml.in
doc/lxc-attach.sgml.in
doc/lxc-cgroup.sgml.in
doc/lxc-checkconfig.sgml.in
doc/lxc-checkpoint.sgml.in
doc/lxc-clone.sgml.in
doc/lxc-console.sgml.in
doc/lxc-create.sgml.in
doc/lxc-destroy.sgml.in
doc/lxc-device.sgml.in
doc/lxc-execute.sgml.in
doc/lxc-freeze.sgml.in
doc/lxc-info.sgml.in
doc/lxc-kill.sgml.in
doc/lxc-ls.sgml.in
doc/lxc-monitor.sgml.in
doc/lxc-netstat.sgml.in
doc/lxc-ps.sgml.in
doc/lxc-restart.sgml.in
doc/lxc-shutdown.sgml.in
doc/lxc-start-ephemeral.sgml.in
doc/lxc-start.sgml.in
doc/lxc-stop.sgml.in
doc/lxc-top.sgml.in
doc/lxc-unfreeze.sgml.in
doc/lxc-unshare.sgml.in
doc/lxc-version.sgml.in
doc/lxc-wait.sgml.in
doc/lxc.conf.sgml.in
doc/lxc.sgml.in