diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-08 19:14:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-08 19:14:29 +0000 |
commit | 2cd4493a6a616562ed3419022eaad14fdc56dbcc (patch) | |
tree | 3c98cabd2cd425458f50c3f5c54a1fa301eea601 /Build | |
parent | b76d01be741b4b739529914d5e07a85944dc657d (diff) |
more script symlink cleanup
git-svn-id: svn://tug.org/texlive/trunk@6899 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/tetex/Makefile.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in index 2352f1c89cf..3a04b7e4073 100644 --- a/Build/source/texk/tetex/Makefile.in +++ b/Build/source/texk/tetex/Makefile.in @@ -14,10 +14,16 @@ SCRIPTS = \ texconfig texconfig-dialog texconfig-sys texdoc \ texlinks updmap updmap-sys -# .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 +# These scripts do not exist here in /source/ at all, the instances +# in texmf are the masters (except when it is CTAN). LINKEDSCRIPTS = \ + texmf/scripts/a2ping/a2ping.pl \ + texmf/scripts/epstopdf/epstopdf.pl \ + texmf/scripts/pdfcrop/pdfcrop.pl \ + texmf/scripts/pkfix/pkfix.pl \ + texmf/scripts/ps2eps/ps2eps.pl \ + texmf/scripts/tetex/e2pall.pl \ + texmf/scripts/tetex/texdoctk.pl \ texmf-dist/scripts/glossaries/makeglossaries \ texmf-dist/scripts/thumbpdf/thumbpdf.pl \ texmf-dist/scripts/vpe/vpe.pl |