From: KATOH Yasufumi Date: Tue, 2 Dec 2014 09:20:15 +0000 (+0900) Subject: doc: Always include the Japanese lxc-top manpage X-Git-Tag: lxc-1.1.0.alpha3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be54cb1c55806073b5a08a99b991b1f9a2a2cef0;p=thirdparty%2Flxc.git doc: Always include the Japanese lxc-top manpage Update for commit e71549f Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber --- diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index 72e22fed0..20a702194 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