From bd8c84d3086241f36de1b38eec9ca56b3672af31 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Sep 2009 22:54:55 +0000 Subject: fixme 4.0 (21sep09) git-svn-id: svn://tug.org/texlive/trunk@15411 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3eef55bcb33..b4af52ced4b 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -47,6 +47,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw %special = ( 'Catalogue', "&MAKECatalogue", 'FAQ-en', "&MAKEFAQen", + 'FiXme', "die 'skipping, use fixme'", 'GuIT', "die 'skipping, use guitlogo'", 'HA-prosper', '&MAKEhaprosper', 'IEEEtran', "&MAKEIEEEtran", @@ -613,6 +614,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'doipubmed' => '&POSTlatex2html', 'eplain' => '&POSTeplain', 'epspdf' => '&POSTepspdf', + 'fixme' => '&POSTfixme', 'fontools' => '&POSTfontools', 'fpl' => '&POSTfpl', 'ibygrk' => '&POSTibygrk', @@ -3524,6 +3526,14 @@ sub POSTepspdf print "YOU-MUST-DO! update /tmp/$package* into bin/win32, etc.\n"; } +sub POSTfixme +{ + print "POST$package - move subdirectories\n"; + my $dstdir = "$DEST/tex/latex/$package"; + &xmkdir ($dstdir); + &SYSTEM ("$MV themes layouts $dstdir/"); +} + sub POSTfontools { # it seems simpler to do it this way than flatten and expand it back -- cgit v1.2.3