diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-27 23:22:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-27 23:22:26 +0000 |
commit | c5d04a1d7cd6abd4a38a39bdf35ddd5d8ac47baa (patch) | |
tree | 4227c0ea285e5991e6b3d462fab4f4ba5b51b012 /Build | |
parent | cad9c7b7552dabd8248a903fa699d4764cb05723 (diff) |
tests for restricted
git-svn-id: svn://tug.org/texlive/trunk@17229 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/extra/epstopdf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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. |