Ensure manpages get built when using native compiler (thanks Laurent LĂ©onard).
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 15 Aug 2011 11:18:03 +0000 (12:18 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 15 Aug 2011 11:18:03 +0000 (12:18 +0100)
virt-top/Makefile.in

index 34f1ad6..5aa0c35 100755 (executable)
@@ -76,6 +76,7 @@ OPT_TARGETS   := virt-top.opt
 
 ifeq ($(HAVE_PERLDOC),perldoc)
 BYTE_TARGETS   += virt-top.1 virt-top.txt
 
 ifeq ($(HAVE_PERLDOC),perldoc)
 BYTE_TARGETS   += virt-top.1 virt-top.txt
+OPT_TARGETS    += virt-top.1 virt-top.txt
 endif
 
 all: $(BYTE_TARGETS)
 endif
 
 all: $(BYTE_TARGETS)