summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-21 22:54:55 +0000
committerKarl Berry <karl@freefriends.org>2009-09-21 22:54:55 +0000
commitbd8c84d3086241f36de1b38eec9ca56b3672af31 (patch)
tree749a0981295e41ab909e6e5e5d3bfd08ae4aa96b /Master/tlpkg
parentbfbf89c340b5f574bf4a53d2334d5018bb2402ab (diff)
fixme 4.0 (21sep09)
git-svn-id: svn://tug.org/texlive/trunk@15411 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds10
1 files changed, 10 insertions, 0 deletions
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