diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-09-11 19:22:09 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-09-11 19:22:09 +0000 |
commit | c8da6304f2038c75e61e08c5345c1a2abaef802e (patch) | |
tree | 21f5c078d2cf00909a41a05fd88f30a7845e9adc /Master/tlpkg/bin | |
parent | 4b8d19ed7a69c2b86e10d0a9f0b57fdf89373ea1 (diff) |
new generic package xlop
git-svn-id: svn://tug.org/texlive/trunk@10556 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 698f4704e2c..7543433a4c1 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -466,6 +466,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'xecjk' => '&POSTxecjk', 'xecyr' => '&POSTxecyr', 'xetex-pstricks' => '&POSTxetex_pstricks', + 'xlop' => '&POSTxlop', ); @@ -3346,6 +3347,15 @@ 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"); +} + # Allow overrides. In particular, CTAN can change some hashes to make # packages with licenses that TL doesn't allow. |