summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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