aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2009-11-19 15:06:02 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2009-11-19 15:06:02 +0100
commit0f71d073eec849672b7f5a089fb4697f423c35bc (patch)
treed0dfaea14e95a8482b013c73bb5e5ef36e98979a /configure.ac
parentexport set_state function (diff)
downloadlxc-0f71d073eec849672b7f5a089fb4697f423c35bc.tar.gz
lxc-0f71d073eec849672b7f5a089fb4697f423c35bc.tar.bz2
lxc-0f71d073eec849672b7f5a089fb4697f423c35bc.zip
update the man pages
Update the man pages regarding the modifications around the configuration option, volatile containers and new configuration file format. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 9 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 4be78a3..c0a8693 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,6 +39,7 @@ AS_AC_EXPAND(LIBEXECDIR, $libexecdir)
AS_AC_EXPAND(SYSCONFDIR, $sysconfdir)
AS_AC_EXPAND(DATADIR, $datadir)
AS_AC_EXPAND(LOCALSTATEDIR, $localstatedir)
+AS_AC_EXPAND(DOCDIR, $docdir)
AC_ARG_WITH([config-path],
[AC_HELP_STRING(
@@ -99,6 +100,14 @@ AC_CONFIG_FILES([
doc/common_options.sgml
doc/see_also.sgml
+ doc/examples/Makefile
+ doc/examples/lxc-macvlan.conf
+ doc/examples/lxc-no-netns.conf
+ doc/examples/lxc-empty-netns.conf
+ doc/examples/lxc-phys.conf
+ doc/examples/lxc-veth.conf
+ doc/examples/lxc-complex-config
+
scripts/Makefile
scripts/lxc-debian
scripts/lxc-fedora
@@ -115,13 +124,6 @@ AC_CONFIG_FILES([
src/lxc/lxc-create
src/lxc/lxc-destroy
- doc/examples/Makefile
- doc/examples/lxc-macvlan.conf
- doc/examples/lxc-no-netns.conf
- doc/examples/lxc-empty-netns.conf
- doc/examples/lxc-phys.conf
- doc/examples/lxc-veth.conf
- doc/examples/lxc-complex-config
])
AC_CONFIG_COMMANDS([default],[[]],[[]])
AC_OUTPUT