diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-07 01:25:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-07 01:25:31 +0000 |
commit | da2287ad4b9064c7cd79a5b1f3917dfff2bc3adc (patch) | |
tree | 83735430ac6c11f119ca987c0f28fc845a0f5353 /Master | |
parent | 3dd6d2ce5083791e0574668e2d2b76d32b248ed8 (diff) |
(POSTxlop): no need for this, can do it with patterns.
git-svn-id: svn://tug.org/texlive/trunk@11209 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index ef29e76eaf4..41ef957bc66 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -488,7 +488,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'xecjk' => '&POSTxecjk', 'xecyr' => '&POSTxecyr', 'xetex-pstricks' => '&POSTxetex_pstricks', - 'xlop' => '&POSTxlop', +# 'xlop' => '&POSTxlop', 'xstring' => '&POSTxstring', ); @@ -545,6 +545,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv'; 'patch', '\.doc', 'pgfplots', 'NULL', # keep manual.install.tex in doc/ 'rcs', 'rcs.el|src|' . $standardsource, + 'xlop', 'manual.sty|' . $standardsource, ); %specialfoundry = ( @@ -1033,7 +1034,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'wordcount', '\.tex', 'xepersian', 'xepersian-mathsdigitspec\.tex|' . $standardtex, 'xetexfontinfo','\.tex', - 'xlop', 'xlop\.tex|' . $standardtex, + 'xlop', 'xlop\.(tex|sty)', # no manual.sty 'xstring', 'xstring\.tex|' . $standardtex, 'zefonts', '\.sty|\.fd', ); @@ -3422,15 +3423,6 @@ sub POSTxetex_pstricks &SYSTEM ("$MV generic xelatex xetex tex"); } -sub POSTxlop -{ - print "POST$package - manual.sty is a source file\n"; - &xchdir ($DEST); - &xmkdir ("source/$whichformat/$package"); - &SYSTEM ("$MV tex/$whichformat/$package/manual.sty " - . "source/$whichformat/$package"); -} - sub POSTxstring { print "POST$package - xstring.sty under latex\n"; |