]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ko/Makefile.am
Also move lxc-device in translated docs
[mirror_lxc.git] / doc / ko / Makefile.am
CommitLineData
2b371b26
SY
1mandir = @mandir@/ko
2
3SUBDIRS =
4DIST_SUBDIRS =
5
6EXTRA_DIST = \
7 FAQ.txt
8
9if ENABLE_DOCBOOK
10man_MANS = \
11 lxc-attach.1 \
12 lxc-autostart.1 \
13 lxc-cgroup.1 \
14 lxc-checkconfig.1 \
15 lxc-checkpoint.1 \
16 lxc-clone.1 \
17 lxc-config.1 \
18 lxc-console.1 \
b035f792 19 lxc-copy.1 \
2b371b26
SY
20 lxc-create.1 \
21 lxc-destroy.1 \
da1f8f26 22 lxc-device.1 \
2b371b26
SY
23 lxc-execute.1 \
24 lxc-freeze.1 \
25 lxc-info.1 \
26 lxc-monitor.1 \
27 lxc-snapshot.1 \
28 lxc-start.1 \
29 lxc-stop.1 \
30 lxc-top.1 \
31 lxc-unfreeze.1 \
32 lxc-unshare.1 \
33 lxc-user-nic.1 \
34 lxc-usernsexec.1 \
35 lxc-wait.1 \
36 \
37 lxc.conf.5 \
38 lxc.container.conf.5 \
39 lxc.system.conf.5 \
40 lxc-usernet.5 \
41 \
42 lxc.7
43
44if ENABLE_PYTHON
2b371b26
SY
45 man_MANS += lxc-ls.1
46 man_MANS += lxc-start-ephemeral.1
47else
48 man_MANS += legacy/lxc-ls.1
49endif
50
51%.1 : %.sgml
52 $(db2xman) --encoding=UTF-8 $<
53 test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
54
55%.5 : %.sgml
56 $(db2xman) --encoding=UTF-8 $<
57 test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
58
59%.7 : %.sgml
60 $(db2xman) --encoding=UTF-8 $<
61 test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
62
63lxc-%.sgml : common_options.sgml see_also.sgml
64
65clean-local:
66 $(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
67endif