diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-08 19:10:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-08 19:10:13 +0000 |
commit | b76d01be741b4b739529914d5e07a85944dc657d (patch) | |
tree | a744613c66b0b11a5c5c9489ecca6a489e8ca343 /Build | |
parent | 0aeb8a0fd26be4d444811cbfc4975960578c28ef (diff) |
symlink thumbpdf script in texmf-dist now
git-svn-id: svn://tug.org/texlive/trunk@6898 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/tetex/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in index 7f9995789a3..2352f1c89cf 100644 --- a/Build/source/texk/tetex/Makefile.in +++ b/Build/source/texk/tetex/Makefile.in @@ -16,11 +16,10 @@ SCRIPTS = \ # .pl and in texmf; the scripts do not exist here at all, the instances # in texmf are the masters (except sometimes it is CTAN). -LINKEDPLSCRIPTS = a2ping e2pall epstopdf pdfcrop pkfix ps2eps texdoctk \ - thumbpdf -# +LINKEDPLSCRIPTS = a2ping e2pall epstopdf pdfcrop pkfix ps2eps texdoctk LINKEDSCRIPTS = \ texmf-dist/scripts/glossaries/makeglossaries \ + texmf-dist/scripts/thumbpdf/thumbpdf.pl \ texmf-dist/scripts/vpe/vpe.pl CONTEXTSCRIPTS = \ |