summaryrefslogtreecommitdiff
path: root/Build/source/extra
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-19 22:52:56 +0000
committerKarl Berry <karl@freefriends.org>2010-03-19 22:52:56 +0000
commit333c9f011d6c3a5f3a6964e97d73de60a182f918 (patch)
treede87f0b63fe5b0eb0c6ac1e17a0f3c3579b01391 /Build/source/extra
parentfb89f679ccfdf05e3c6803cb5a4bb7906d3b91b7 (diff)
epstopdf 2.15
git-svn-id: svn://tug.org/texlive/trunk@17507 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/extra')
-rw-r--r--Build/source/extra/epstopdf/Makefile4
-rw-r--r--Build/source/extra/epstopdf/README2
-rwxr-xr-xBuild/source/extra/epstopdf/epstopdf.pl3
3 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/extra/epstopdf/Makefile b/Build/source/extra/epstopdf/Makefile
index 81adf697525..ba0f6624978 100644
--- a/Build/source/extra/epstopdf/Makefile
+++ b/Build/source/extra/epstopdf/Makefile
@@ -84,7 +84,7 @@ check1:
pdfinfo $(file).pdf | grep "Page size"
dist: epstopdf.tar.gz epstopdf.html
-epstopdf.tar.gz: README epstopdf.pl epstopdf.1 epstopdf.pdf
+epstopdf.tar.gz: README epstopdf.pl epstopdf.1 epstopdf.man1.pdf
tar chzf epstopdf.tar.gz $^
groff = groff
@@ -92,7 +92,7 @@ groff_opts = -man -t
pdfopts = $(groff_opts)
htmlopts = $(groff_opts) -Thtml
pspdf = ps2pdf -sPAPERSIZE=a4
-epstopdf.pdf: epstopdf.1
+epstopdf.man1.pdf: epstopdf.1
$(groff) $(pdfopts) $< | $(pspdf) - $@
epstopdf.html: epstopdf.1
$(groff) $(htmlopts) $< >$@
diff --git a/Build/source/extra/epstopdf/README b/Build/source/extra/epstopdf/README
index 9d96f254c0a..8d8eb583288 100644
--- a/Build/source/extra/epstopdf/README
+++ b/Build/source/extra/epstopdf/README
@@ -10,7 +10,7 @@ Home page: http://tug.org/epstopdf/
Mailing list for bugs and discussion: http://lists.tug.org/tex-k
When reporting bugs, please include an input file and command line
-options so the problem can be reproduced.
+options, so the problem can be reproduced.
-------------------------------------------------------------------------
The test-binary and test-bin2 files were supplied by Akira Kakuto and
diff --git a/Build/source/extra/epstopdf/epstopdf.pl b/Build/source/extra/epstopdf/epstopdf.pl
index 4d291672385..b2412e4d789 100755
--- a/Build/source/extra/epstopdf/epstopdf.pl
+++ b/Build/source/extra/epstopdf/epstopdf.pl
@@ -46,6 +46,7 @@ use strict;
#
# emacs-page
# History
+# 2010/03/19 v2.15 (Karl Berry)
# * let --outfile override --filter again.
# * recognize MSWin64 as well as MSWin32, just in case.
# 2010/03/08 v2.14 (Manuel P\'egouri\'e-Gonnard)
@@ -145,7 +146,7 @@ use strict;
### program identification
my $program = "epstopdf";
-my $ident = '($Id$) 2.14';
+my $ident = '($Id$) 2.15';
my $copyright = <<END_COPYRIGHT ;
Copyright 2009-2010 Karl Berry et al.
Copyright 2002-2009 Gerben Wierda et al.