From e71549fc7e1455d7bb8d7bdb26b9276093fd27c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Thu, 27 Nov 2014 14:33:30 -0500 Subject: [PATCH] doc: Always include the lxc-top manpage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since it's no longer written in lua. Signed-off-by: Stéphane Graber --- doc/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 767ee3861..0e65d3516 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 -- 2.47.2