summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-04 16:59:20 +0000
committerKarl Berry <karl@freefriends.org>2008-05-04 16:59:20 +0000
commiteed6bd31cc43fa6f09f26224add40f33b0256096 (patch)
treed90a374020da7154801b94c7bc42cc6828ae0046
parent0e6be6e0432864ea663f98e01e7cccc1d30b1338 (diff)
script installs in texlive/Makefile.in now
git-svn-id: svn://tug.org/texlive/trunk@7840 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds6
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