Commit 8a67a2b2 by dlezcano

Added the man page lxc.conf.5

From: Daniel Lezcano <dlezcano@fr.ibm.com> Added the man page for the lxc.conf configuration file. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent ea3d71b1
......@@ -57,6 +57,7 @@ AC_CONFIG_FILES([
doc/lxc-ls.sgml
doc/lxc-ps.sgml
doc/lxc-cgroup.sgml
doc/lxc.conf.sgml
src/Makefile
src/lxc/Makefile
......
......@@ -11,9 +11,17 @@ man_MANS = \
lxc-wait.1 \
lxc-ls.1 \
lxc-ps.1 \
lxc-cgroup.1
lxc-cgroup.1 \
\
lxc.conf.5
%.1 : %.sgml
docbook2man $<
%.5 : %.sgml
docbook2man $<
clean-local:
$(RM) manpage.* *.1 *.sgml $(man_MANS)
endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment