diff options
Diffstat (limited to 'Build/source/extra')
-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. |