]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Always include the lxc-top manpage
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 27 Nov 2014 19:33:30 +0000 (14:33 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 1 Dec 2014 18:46:37 +0000 (13:46 -0500)
Since it's no longer written in lua.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
doc/Makefile.am

index 767ee3861ed8110452f2cca60fc7440812c46def..0e65d3516e4b925e7a6180c709f470d64526f3d2 100644 (file)
@@ -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