[lxc-devel] [PATCH] doc: Always include the Japanese lxc-top manpage

KATOH Yasufumi karma at jazz.email.ne.jp
Tue Dec 2 09:20:15 UTC 2014


Update for commit e71549f

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
 doc/ja/Makefile.am | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am
index 72e22fe..20a7021 100644
--- a/doc/ja/Makefile.am
+++ b/doc/ja/Makefile.am
@@ -25,6 +25,7 @@ man_MANS = \
 	lxc-snapshot.1 \
 	lxc-start.1 \
 	lxc-stop.1 \
+	lxc-top.1 \
 	lxc-unfreeze.1 \
 	lxc-unshare.1 \
 	lxc-user-nic.1 \
@@ -46,10 +47,6 @@ else
     man_MANS += legacy/lxc-ls.1
 endif
 
-if ENABLE_LUA
-    man_MANS += lxc-top.1
-endif
-
 %.1 : %.sgml
 	$(db2xman) --encoding=UTF-8 $<
 	test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
-- 
2.1.1



More information about the lxc-devel mailing list