public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix/files: dos2unix-5.2-makefile.patch
@ 2011-02-02  8:52 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; only message in thread
From: Lars Wendler (polynomial-c) @ 2011-02-02  8:52 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    11/02/02 08:52:12

  Added:                dos2unix-5.2-makefile.patch
  Log:
  Don't create a pdf file from the man page (bug #353483)
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-text/dos2unix/files/dos2unix-5.2-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/files/dos2unix-5.2-makefile.patch?rev=1.1&view=markup
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

Index: dos2unix-5.2-makefile.patch
===================================================================
--- dos2unix-5.2/Makefile
+++ dos2unix-5.2/Makefile
@@ -77,7 +77,7 @@
 	MOFILES			= $(DOS2UNIX_MOFILES) $(UNIX2DOS_MOFILES)
 endif
 
-DOCFILES	= $(PACKAGE).txt $(PACKAGE).ps $(PACKAGE).pdf $(PACKAGE).htm
+DOCFILES	= $(PACKAGE).txt $(PACKAGE).ps $(PACKAGE).htm
 INSTALL_OBJS_DOC = README.txt NEWS.txt ChangeLog.txt COPYING.txt TODO.txt BUGS.txt $(DOCFILES)
 
 #PODFILES	= man/man1/dos2unix.pod $(wildcard man/*/man1/dos2unix.pod)
@@ -246,9 +246,6 @@
 %.ps : man/man1/%.1
 	groff -man $< -T ps > $@
 
-%.pdf: %.ps
-	ps2pdf $< $@
-
 %.htm : man/man1/%.pod
 	pod2html --title="$(PACKAGE) $(DOS2UNIX_VERSION) - DOS/MAC to UNIX and vice versa text file format converter" $< > $@
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-02  8:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02  8:52 [gentoo-commits] gentoo-x86 commit in app-text/dos2unix/files: dos2unix-5.2-makefile.patch Lars Wendler (polynomial-c)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox