diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-23 17:29:56 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-23 17:29:56 +0000 |
commit | cfc57c15bdc31423630e7097192c6ae61e45e19a (patch) | |
tree | 3d505adbd963b18527488abefbd56687b8fc3049 /Master | |
parent | c4eac2700156f8f69db1268ccec0caac7f91d904 (diff) |
leading, inverspath and active-conf are now ok, rm them from ctan2tds and todo
git-svn-id: svn://tug.org/texlive/trunk@8306 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index bc652bfbd3d..ae539e4fa68 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -3140,14 +3140,6 @@ sub POSTlatex2html &SYSTEM ("$MV $DEST/scripts/latex2html/styles/$package.perl $dest"); } -sub POSTleading -{ - print "POST$package - moving dtx-style to source\n"; - my $dest = "$DEST/source/latex/$package"; - &SYSTEM ("mkdir -p $dest"); - &SYSTEM ("$MV dtx-style.sty $dest/"); -} - sub POSTpgf { print "POST$package - mv generic+latex directories\n"; |