summaryrefslogtreecommitdiff
path: root/Build/source/extra/epstopdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/extra/epstopdf/Makefile')
-rw-r--r--Build/source/extra/epstopdf/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/extra/epstopdf/Makefile b/Build/source/extra/epstopdf/Makefile
index 878b8ee9b94..a8f00f62dd7 100644
--- a/Build/source/extra/epstopdf/Makefile
+++ b/Build/source/extra/epstopdf/Makefile
@@ -92,6 +92,7 @@ check1:
dist: epstopdf.tar.gz epstopdf.html
epstopdf.tar.gz: README epstopdf.pl epstopdf.1 repstopdf.1 epstopdf.man1.pdf
tar czf epstopdf.tar.gz $^
+ # upload .tar.gz to ctan.org/upload, move .html to ~www/epstopdf.
groff = groff
groff_opts = -man -t
@@ -102,5 +103,3 @@ epstopdf.man1.pdf: epstopdf.1
$(groff) $(pdfopts) $< | $(pspdf) - $@
epstopdf.html: epstopdf.1
$(groff) $(htmlopts) $< >$@
-
-# upload .tar.gz to ctan.org/upload, move .html to ~www/epstopdf.