summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/extra/epstopdf/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/extra/epstopdf/Makefile b/Build/source/extra/epstopdf/Makefile
index de8b1b04427..226d1206c4e 100644
--- a/Build/source/extra/epstopdf/Makefile
+++ b/Build/source/extra/epstopdf/Makefile
@@ -111,9 +111,13 @@ check1:
$(e2p) $(file).eps
pdfinfo $(file).pdf | grep "Page size"
+# put tar contents in a directory for CTAN.
dist: epstopdf.tar.gz epstopdf.html
epstopdf.tar.gz: README epstopdf.pl epstopdf.1 repstopdf.1 epstopdf.man1.pdf
- tar czf epstopdf.tar.gz $^
+ rm -rf epstopdf; mkdir epstopdf
+ cp $^ epstopdf
+ tar czf epstopdf.tar.gz epstopdf
+ rm -rf epstopdf
# upload .tar.gz to ctan.org/upload, move .html to ~www/epstopdf.
groff = groff