From c5d04a1d7cd6abd4a38a39bdf35ddd5d8ac47baa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 27 Feb 2010 23:22:26 +0000 Subject: tests for restricted git-svn-id: svn://tug.org/texlive/trunk@17229 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/extra/epstopdf/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Build/source/extra') diff --git a/Build/source/extra/epstopdf/Makefile b/Build/source/extra/epstopdf/Makefile index 85e2224c283..66895e60012 100644 --- a/Build/source/extra/epstopdf/Makefile +++ b/Build/source/extra/epstopdf/Makefile @@ -75,7 +75,7 @@ check1: pdfinfo $(file).pdf | grep "Page size" dist: epstopdf.tar.gz epstopdf.html -epstopdf.tar.gz: README epstopdf.pl epstopdf.1 epstopdf.man1.pdf +epstopdf.tar.gz: README epstopdf.pl epstopdf.1 epstopdf.pdf tar chzf epstopdf.tar.gz $^ groff = groff @@ -83,7 +83,9 @@ groff_opts = -man -t pdfopts = $(groff_opts) htmlopts = $(groff_opts) -Thtml pspdf = ps2pdf -sPAPERSIZE=a4 -epstopdf.man1.pdf: epstopdf.1 +epstopdf.pdf: epstopdf.1 $(groff) $(pdfopts) $< | $(pspdf) - $@ epstopdf.html: epstopdf.1 $(groff) $(htmlopts) $< >$@ + +# upload .tar.gz to ctan.org/upload, move .html to ~www/epstopdf. -- cgit v1.2.3