mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-13 22:49:29 +00:00
doc: Always include the lxc-top manpage
Since it's no longer written in lua. Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
67c660d0aa
commit
e71549fc7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user