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

Stéphane Graber stgraber at ubuntu.com
Thu Nov 27 19:33:55 UTC 2014


Since it's no longer written in lua.

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 doc/Makefile.am | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 767ee38..0e65d35 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -33,6 +33,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 \
@@ -54,10 +55,6 @@ else
     man_MANS += legacy/lxc-ls.1
 endif
 
-if ENABLE_LUA
-    man_MANS += lxc-top.1
-endif
-
 %.1 : %.sgml
 	$(db2xman) $<
 	test "$(shell basename $@)" != "$@" && mv $(shell basename $@) $@ || true
-- 
1.9.1



More information about the lxc-devel mailing list