]> git.proxmox.com Git - mirror_lxc.git/blame - doc/Makefile.am
Rewrite lxc-ls in python
[mirror_lxc.git] / doc / Makefile.am
CommitLineData
baf6671f
DL
1SUBDIRS = examples rootfs
2DIST_SUBDIRS = examples rootfs
892bd61e 3
5c320b76
GT
4EXTRA_DIST = \
5 FAQ.txt \
6 $(man_MANS)
892bd61e 7
d1de19ab 8if ENABLE_DOCBOOK
9man_MANS = \
10 lxc-create.1 \
11 lxc-destroy.1 \
12 lxc-execute.1 \
13 lxc-start.1 \
14 lxc-stop.1 \
396639d4
DL
15 lxc-checkpoint.1 \
16 lxc-restart.1 \
b0a33c1e 17 lxc-console.1 \
d1de19ab 18 lxc-freeze.1 \
19 lxc-unfreeze.1 \
20 lxc-monitor.1 \
21 lxc-wait.1 \
22 lxc-ls.1 \
b0e505c9 23 lxc-ps.1 \
8a67a2b2 24 lxc-cgroup.1 \
e4b3fe58 25 lxc-kill.1 \
49ee6cdc 26 lxc-attach.1 \
8a67a2b2 27 \
8b8b04f8 28 lxc.conf.5 \
29 \
30 lxc.7
d1de19ab 31
32
aa8d013e 33%.1 : %.sgml
7822022c 34 $(db2xman) $<
8a67a2b2 35
aa8d013e 36%.5 : %.sgml
7822022c 37 $(db2xman) $<
8a67a2b2 38
aa8d013e 39%.7 : %.sgml
7822022c 40 $(db2xman) $<
99e4008c 41
10fba81b 42lxc-%.sgml : common_options.sgml see_also.sgml
8b8b04f8 43
5c320b76 44maintainer-clean-local:
3b9246c4 45 $(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
892bd61e 46endif