diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-08 18:30:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-08 18:30:13 +0000 |
commit | 8b595c714f37f447d634a45f8d3e64eb772f7649 (patch) | |
tree | 84477b9e268b0d2b46d58146445513632d527164 /Build/source/texk/tetex/Makefile.in | |
parent | 2e5f41fc56aba895f92b3645bd18c4051231ad20 (diff) |
symlink thumbpdf script
git-svn-id: svn://tug.org/texlive/trunk@6896 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tetex/Makefile.in')
-rw-r--r-- | Build/source/texk/tetex/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in index 37526bd5659..c65a41203b1 100644 --- a/Build/source/texk/tetex/Makefile.in +++ b/Build/source/texk/tetex/Makefile.in @@ -12,11 +12,12 @@ SCRIPTS = \ allcm allneeded dvi2fax dvired fmtutil fmtutil-sys fontinst \ kpsetool kpsewhere ps2frag ps4pdf pslatex rubibtex rumakeindex \ texconfig texconfig-dialog texconfig-sys texdoc \ - texlinks thumbpdf updmap updmap-sys + texlinks updmap updmap-sys # .pl and in texmf; the scripts do not exist here at all, the instances -# in texmf are the masters. -LINKEDPLSCRIPTS = a2ping e2pall epstopdf pdfcrop pkfix ps2eps texdoctk +# in texmf are the masters (except sometimes it is CTAN). +LINKEDPLSCRIPTS = a2ping e2pall epstopdf pdfcrop pkfix ps2eps texdoctk \ + thumbpdf # # no extension and in texmf-dist. # (need to create a config file or something, ick.) |