diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-09 14:37:28 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-09 14:37:28 +0000 |
commit | 8ee018fe48f018eb7ea224f33824bb3a8aae4a23 (patch) | |
tree | 666bd2a057f1e73b8d7c6da246c9af658154e84d /Master/tlpkg/bin | |
parent | 604b0e7cdef9c2d7997b296179e609eec8622fcf (diff) |
reverting my mistakes with psnfss from r7978
git-svn-id: svn://tug.org/texlive/trunk@7987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 61cf03c5e1d..ae9349a8742 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -297,6 +297,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'psfig', "die 'skipping, nosell license'", 'psfragx', "&MAKEflatten", 'pslatex', "&MAKEpslatex", + 'psnfss', "&MAKEpsnfss", 'psnfss-addons', "die 'skipping, ?'", 'psnfssx', "&MAKEflatten", 'pst-2dplot', "&MAKEpst", @@ -3241,6 +3242,7 @@ sub MAKEpsnfss { print "\t SPECIAL omit fonts from latex-tds $package\n"; # Start with the usual straight copy. + &SYSTEM ("$RM $startdir/$packagedir/TDS_READY"); &MAKEcopy (); # Then remove the entire fonts tree. |