diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-13 18:34:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-13 18:34:44 +0000 |
commit | 6bca017bd8b9a5927c82af8587366d02f1a73da5 (patch) | |
tree | a6f643321f09ad6a2ea6c18710d799740c3a33b6 /Build | |
parent | cd0df3212e77e985384391dc8d5882a4a513f7e5 (diff) |
man1.pdf name
git-svn-id: svn://tug.org/texlive/trunk@16388 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/extra/epstopdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/extra/epstopdf/Makefile b/Build/source/extra/epstopdf/Makefile index 6e4dc151039..e265ca3dcc6 100644 --- a/Build/source/extra/epstopdf/Makefile +++ b/Build/source/extra/epstopdf/Makefile @@ -62,7 +62,7 @@ check1: pdfinfo $(file).pdf | grep "Page size" dist: epstopdf.tar.gz epstopdf.html -epstopdf.tar.gz: README epstopdf.pl epstopdf.1 epstopdf.pdf +epstopdf.tar.gz: README epstopdf.pl epstopdf.1 epstopdf.man1.pdf tar chzf epstopdf.tar.gz $^ groff = groff @@ -70,7 +70,7 @@ groff_opts = -man -t pdfopts = $(groff_opts) htmlopts = $(groff_opts) -Thtml pspdf = ps2pdf -sPAPERSIZE=a4 -epstopdf.pdf: epstopdf.1 +epstopdf.man1.pdf: epstopdf.1 $(groff) $(pdfopts) $< | $(pspdf) - $@ epstopdf.html: epstopdf.1 $(groff) $(htmlopts) $< >$@ |