summaryrefslogtreecommitdiff
path: root/Build/extra/epstopdf/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-16 23:03:58 +0000
committerKarl Berry <karl@freefriends.org>2018-09-16 23:03:58 +0000
commitb4381db4bc78db78eaa9d4cefd5a9da89d514616 (patch)
tree06b7afbeb503e51d29c96990daed355be84543fb /Build/extra/epstopdf/Makefile
parent0867a8a02cc58766a0434a1f7124cd1202b4fe70 (diff)
epstopdf 2.28: PDF 1.5 by default, since gs9.25 changed to 1.7
git-svn-id: svn://tug.org/texlive/trunk@48681 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/extra/epstopdf/Makefile')
-rw-r--r--Build/extra/epstopdf/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/extra/epstopdf/Makefile b/Build/extra/epstopdf/Makefile
index ef62a30d9ce..c5f618bce0f 100644
--- a/Build/extra/epstopdf/Makefile
+++ b/Build/extra/epstopdf/Makefile
@@ -22,6 +22,7 @@ check: check-help check-version check-help-r check-usage \
check-gscmd check-gsopt check-gsopts \
check-nogs \
check-output \
+ check-pdfversion \
check-percent \
check-restricted-device \
check-restricted-gscmd \
@@ -132,6 +133,12 @@ check-binhdr-cr:
check-binhdr-crlf:
$(MAKE) file=test-binhdr-crlf check1
+check-pdfversion:
+ $(e2p) test-simple.eps
+ pdfinfo test-simple.pdf | grep '^PDF version.*1\.5$$'
+ $(e2p) --gsopt=-dCompatibilityLevel=1.4 test-simple.eps
+ pdfinfo test-simple.pdf | grep '^PDF version.*1\.4$$'
+
check-percent:
$(MAKE) file=test-per%cent check1
test -s test-per%cent.pdf