From 671a014d3e61c300a26f7d5a5a3e344d7a7ac0ef Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 15 Aug 2011 12:18:03 +0100 Subject: [PATCH] =?utf8?q?Ensure=20manpages=20get=20built=20when=20using?= =?utf8?q?=20native=20compiler=20(thanks=20Laurent=20L=C3=A9onard).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- virt-top/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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) -- 1.8.3.1