]> git.proxmox.com Git - mirror_lxc.git/blob - doc/Makefile.am
Add Frequently Asked Question to dist tarball
[mirror_lxc.git] / doc / Makefile.am
1
2 EXTRA_DIST = FAQ.txt
3
4 if ENABLE_DOCBOOK
5 man_MANS = \
6 lxc-create.1 \
7 lxc-destroy.1 \
8 lxc-execute.1 \
9 lxc-start.1 \
10 lxc-stop.1 \
11 lxc-freeze.1 \
12 lxc-unfreeze.1 \
13 lxc-monitor.1 \
14 lxc-wait.1 \
15 lxc-ls.1 \
16 lxc-ps.1 \
17 lxc-cgroup.1 \
18 \
19 lxc.conf.5 \
20 \
21 lxc.7
22
23
24 %.1 : %.sgml
25 docbook2man $<
26
27 %.5 : %.sgml
28 docbook2man $<
29
30 %.7 : %.sgml
31 docbook2man $<
32
33 clean-local:
34 $(RM) manpage.* *.7 *.5 *.1 *.sgml $(man_MANS)
35 endif