]> git.proxmox.com Git - mirror_lxc.git/blob - doc/Makefile.am
Add the lxc-cgroup man page
[mirror_lxc.git] / doc / Makefile.am
1 if ENABLE_DOCBOOK
2 man_MANS = \
3 lxc-create.1 \
4 lxc-destroy.1 \
5 lxc-execute.1 \
6 lxc-start.1 \
7 lxc-stop.1 \
8 lxc-freeze.1 \
9 lxc-unfreeze.1 \
10 lxc-monitor.1 \
11 lxc-wait.1 \
12 lxc-ls.1 \
13 lxc-ps.1 \
14 lxc-cgroup.1
15
16
17 %.1 : %.sgml
18 docbook2man $<
19 endif