diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index c90090eaf0f..228b3fca612 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1717,7 +1717,7 @@ sub dotype1{ &install("$DEST/fonts/opentype/public/$package", $otfpatt); } -# scripts. Build/source/tex/tetex/Makefile.in installs symlinks +# scripts. Build/source/tex/texlive/Makefile.in installs symlinks # in the bin directories where appropriate. Just for simplicitly, let's # try keeping DEST as texmf when symlinks get installed; otherwise # (if it gets called as a subprogram) texmf-dist is ok. @@ -3234,10 +3234,6 @@ sub MAKEpst { &SYSTEM("mkdir -p $DEST/tex/latex/$package"); &SYSTEM("mv $DEST/tex/generic/$package/*sty $DEST/tex/latex/$package"); &SYSTEM("mv $DEST/doc/generic/$package/*cfg $DEST/tex/latex/$package"); - - if (-f "scripts/ps4pdf") { - print "YOU-MUST-DO! copy scripts/ps4pdf to source/texk/tetex\n"; - } } # pst-geo specialities |