diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-15 12:18:03 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-15 12:18:03 +0100 |
commit | 671a014d3e61c300a26f7d5a5a3e344d7a7ac0ef (patch) | |
tree | d167659dc8cd2fdf91f6062770cdef218f06288d | |
parent | c399be984bc85e2b60573b9d49dfce68439d4d35 (diff) | |
download | virt-top-671a014d3e61c300a26f7d5a5a3e344d7a7ac0ef.tar.gz virt-top-671a014d3e61c300a26f7d5a5a3e344d7a7ac0ef.tar.xz virt-top-671a014d3e61c300a26f7d5a5a3e344d7a7ac0ef.zip |
-rwxr-xr-x | virt-top/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in index 34f1ad6..5aa0c35 100755 --- a/virt-top/Makefile.in +++ b/virt-top/Makefile.in @@ -76,6 +76,7 @@ OPT_TARGETS := virt-top.opt ifeq ($(HAVE_PERLDOC),perldoc) BYTE_TARGETS += virt-top.1 virt-top.txt +OPT_TARGETS += virt-top.1 virt-top.txt endif all: $(BYTE_TARGETS) |