Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/dos2unix/files: dos2unix-5.2-makefile.patch
Date: Wed, 02 Feb 2011 08:52:25
Message-Id: 20110202085212.EDF2620057@flycatcher.gentoo.org
1 polynomial-c 11/02/02 08:52:12
2
3 Added: dos2unix-5.2-makefile.patch
4 Log:
5 Don't create a pdf file from the man page (bug #353483)
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-text/dos2unix/files/dos2unix-5.2-makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/files/dos2unix-5.2-makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/files/dos2unix-5.2-makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: dos2unix-5.2-makefile.patch
16 ===================================================================
17 --- dos2unix-5.2/Makefile
18 +++ dos2unix-5.2/Makefile
19 @@ -77,7 +77,7 @@
20 MOFILES = $(DOS2UNIX_MOFILES) $(UNIX2DOS_MOFILES)
21 endif
22
23 -DOCFILES = $(PACKAGE).txt $(PACKAGE).ps $(PACKAGE).pdf $(PACKAGE).htm
24 +DOCFILES = $(PACKAGE).txt $(PACKAGE).ps $(PACKAGE).htm
25 INSTALL_OBJS_DOC = README.txt NEWS.txt ChangeLog.txt COPYING.txt TODO.txt BUGS.txt $(DOCFILES)
26
27 #PODFILES = man/man1/dos2unix.pod $(wildcard man/*/man1/dos2unix.pod)
28 @@ -246,9 +246,6 @@
29 %.ps : man/man1/%.1
30 groff -man $< -T ps > $@
31
32 -%.pdf: %.ps
33 - ps2pdf $< $@
34 -
35 %.htm : man/man1/%.pod
36 pod2html --title="$(PACKAGE) $(DOS2UNIX_VERSION) - DOS/MAC to UNIX and vice versa text file format converter" $< > $@