From 671a014d3e61c300a26f7d5a5a3e344d7a7ac0ef Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 15 Aug 2011 12:18:03 +0100 Subject: Ensure manpages get built when using native compiler (thanks Laurent LĂ©onard). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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) -- cgit