diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-08 17:08:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-08 17:08:36 +0000 |
commit | 4267cc385b6d5f84478b067a3a618cbac3149c40 (patch) | |
tree | 46e4cb7caf17d1c3dc69eb2e55794cb0481ca978 /Master | |
parent | 320979c84829e0b6405a0fa913df6d37f5615771 (diff) |
pslatex non-update (16aug08)
git-svn-id: svn://tug.org/texlive/trunk@10508 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 16 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 |
2 files changed, 10 insertions, 8 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 5c1b7af3134..bfe3260be8d 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -206,7 +206,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'hfbright', "&MAKEflatten", 'hfoldsty', "&MAKEflatten", 'hyph-utf8', "&MAKEcopy", - 'hyphen-german',"die 'please install hyphen-german by hand, sorry'", + 'hyphen-german',"die 'in hyph-utf8'", 'ibycus-babel',"&MAKEibycusbabel", 'ibygrk', "&MAKEflatten", 'ifacmtg', "die 'skipping, nonfree license'", @@ -311,6 +311,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'pict2e', "&MAKEpict2e", 'pictex', "&MAKEpictex", 'pinlabel', "&MAKEnosymlinks", + 'pitthesis', "die 'skipping, no license info'", 'pl-qx', "&MAKEplqx", 'poster', "die 'skipping, nonfree license'", 'powerdot', '&MAKEflatten', @@ -2564,21 +2565,22 @@ sub MAKEtipa { &runjob("$CP doc/* $DEST/doc/fonts/tipa"); } -sub MAKEpslatex { -# this simply copies source files - chdir($packagedir) || die ("ERROR: cannot open directory"); +sub MAKEpslatex +{ + &xchdir ($packagedir); $Foundry = $specialfoundry{$package} || $standardfoundry; &runjob("mkdir -p $DEST/fonts/tfm/$Foundry/pslatex"); &runjob("mkdir -p $DEST/fonts/vf/$Foundry/pslatex"); &runjob("mkdir -p $DEST/tex/latex/pslatex"); - &runjob("mkdir -p $DEST/dvips/pslatex"); + &runjob("mkdir -p $DEST/fonts/map/dvips/pslatex"); &runjob("mkdir -p $DEST/doc/latex/pslatex"); + &runjob("mkdir -p $DEST/source/latex/pslatex"); &runjob("$CP latex/* $DEST/tex/latex/pslatex"); &runjob("$CP tfm/* $DEST/fonts/tfm/$Foundry/pslatex"); &runjob("$CP vf/* $DEST/fonts/vf/$Foundry/pslatex"); &runjob("$CP dvips/* $DEST/fonts/map/dvips/pslatex"); - &runjob("$CP -r fontinst $DEST/doc/latex/pslatex"); - &runjob("$CP -r shell $DEST/doc/latex/pslatex"); + &runjob("$CP -r fontinst $DEST/source/latex/pslatex"); + &runjob("$CP -r shell $DEST/source/latex/pslatex"); } sub MAKEeco { diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 63385c01bb1..eff41ecbfa4 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -165,7 +165,7 @@ my @WorkingTLP = qw( plnfss poemscol polski polyglossia polynom polynomial polytable powerdot ppr-prv pracjourn preprint prettyref preview proba probsoln procIAGssymp program protex protocol - pseudocode psfrag psfrag-italian psgo psnfss pspicture + pseudocode psfrag psfrag-italian psgo pslatex psnfss pspicture pst-2dplot pst-3d pst-3dplot pst-asr pst-bar pst-barcode pst-blur pst-circ pst-cox pst-dbicons pst-diffraction pst-eps pst-eucl pst-fill |