diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-07 13:11:08 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-07 13:11:08 +0000 |
commit | 12372868dcef43b25fba8b547b8ef2fbb33690c6 (patch) | |
tree | 6028d512efdb2ad12bedd8837158e005724ad0dd /Master/tlpkg | |
parent | 2c5923cf3ec1cf3c0a982c0a85114847ad8674dc (diff) |
ptptex v0.95 2004/05/24
git-svn-id: svn://tug.org/texlive/trunk@9331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 8 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index c9e8c68887e..45e4318ca11 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1258,6 +1258,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'linguex' => 'cgloss4e.sty', # symlink 'piechartmp' => 'piechartmp.pdf', 'pst-3dplot' => 'tb72voss3d.pdf', # no source + 'ptptex' => 'overcite.sty|cite.sty|wrapfig.sty', # duplicated 'stubs' => 'stubs.pdf', 'susy' => 'susy.pdf', # no source 'xskak' => 'xskak.pdf', # no source @@ -2507,7 +2508,8 @@ sub MAKEtipa { sub MAKEpslatex { # this simply copies source files - chdir($packagedir) || die ("ERROR: cannot open directory"); + chdir($packagedir) || die ("ERROR: cannot open directory"); + $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"); @@ -2516,11 +2518,11 @@ sub MAKEpslatex { &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/dvips/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"); - } + sub MAKEeco { # this simply copies source files chdir($packagedir) || die ("ERROR: cannot open directory"); diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 7b7f6128c78..591a9d17df1 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -157,7 +157,7 @@ my @WorkingTLP = qw( pst-solide3d pst-soroban pst-spectra pst-slpe pst-stru pst-uml pst-vue3d pst2pdf pstricks pstricks-add - pxfonts + ptptex pxfonts qcm qstest quotmark qtree r_und_s randbild rccol rcs rcsinfo recipecard refstyle regcount register resume robustcommand |