Commit be54cb1c by KATOH Yasufumi Committed by Stéphane Graber

doc: Always include the Japanese lxc-top manpage

parent c881c406
...@@ -25,6 +25,7 @@ man_MANS = \ ...@@ -25,6 +25,7 @@ man_MANS = \
lxc-snapshot.1 \ lxc-snapshot.1 \
lxc-start.1 \ lxc-start.1 \
lxc-stop.1 \ lxc-stop.1 \
lxc-top.1 \
lxc-unfreeze.1 \ lxc-unfreeze.1 \
lxc-unshare.1 \ lxc-unshare.1 \
lxc-user-nic.1 \ lxc-user-nic.1 \
...@@ -46,10 +47,6 @@ else ...@@ -46,10 +47,6 @@ else
man_MANS += legacy/lxc-ls.1 man_MANS += legacy/lxc-ls.1
endif endif
if ENABLE_LUA
man_MANS += lxc-top.1
endif
%.1 : %.sgml %.1 : %.sgml
$(db2xman) --encoding=UTF-8 $< $(db2xman) --encoding=UTF-8 $<
test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
......
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