~ubuntu-branches/ubuntu/quantal/virt-top/quantal

« back to all changes in this revision

Viewing changes to debian/patches/0002-Ensure-manpages-get-built-when-using-native-compiler.patch

  • Committer: Package Import Robot
  • Author(s): Laurent Léonard
  • Date: 2011-08-15 23:19:06 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20110815231906-rp38flx2z9jpx1gx
Tags: 1.0.6-1
* [7c3e6a1] Imported Upstream version 1.0.6
* [f0a771b] Redo patch
* [6629856] Bump Standards-Version to 3.9.2
* [930eafd] New patch 0002-Ensure-manpages-get-built-when-using-native-
  compiler.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: =?UTF-8?q?Laurent=20L=C3=A9onard?= <laurent@open-minds.org>
 
2
Date: Mon, 15 Aug 2011 22:58:10 +0200
 
3
Subject: =?UTF-8?q?Ensure=20manpages=20get=20built=20when=20using=20native=20?=
 
4
 =?UTF-8?q?compiler=20(thanks=20Laurent=20L=C3=A9onard).?=
 
5
MIME-Version: 1.0
 
6
Content-Type: text/plain; charset=UTF-8
 
7
Content-Transfer-Encoding: 8bit
 
8
 
 
9
Origin: upstream, http://git.annexia.org/?p=virt-top.git;a=commitdiff;h=671a014d3e61c300a26f7d5a5a3e344d7a7ac0ef
 
10
---
 
11
 virt-top/Makefile.in |    1 +
 
12
 1 files changed, 1 insertions(+), 0 deletions(-)
 
13
 
 
14
diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in
 
15
index 474eb08..eed98ef 100755
 
16
--- a/virt-top/Makefile.in
 
17
+++ b/virt-top/Makefile.in
 
18
@@ -76,6 +76,7 @@ OPT_TARGETS   := virt-top.opt
 
19
 
 
20
 ifeq ($(HAVE_PERLDOC),perldoc)
 
21
 BYTE_TARGETS   += virt-top.1 virt-top.txt
 
22
+OPT_TARGETS    += virt-top.1 virt-top.txt
 
23
 endif
 
24
 
 
25
 all: $(BYTE_TARGETS)
 
26
--