summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 80ca69f8c74..086a1395185 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -46,7 +46,6 @@ chomp ($Master = `cd $mydir/../.. && pwd`);
chomp ($Build = `cd $Master/../Build/source && pwd`);
chomp (my $ctan_root = `tlpkginfo --ctan-root`);
-
#
# packages to treat entirely on their own, or not at all.
# the code here is evaluated by Perl, so special packages
@@ -1450,6 +1449,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'asapsym' => '&POSTasapsym',
'attachfile2' => '&tl_man_to_pdf',
'autosp' => '&POSTautosp',
+ 'barracuda' => '&POSTbarracuda',
'bib2gls' => '&POSTbib2gls',
'biber' => '&POSTbiber',
'biblatex' => '&POSTbiblatex',
@@ -5778,6 +5778,11 @@ sub POSTautosp {
&SYSTEM ("$MV rebar.x1 rebar.1");
}
+sub POSTbarracuda {
+ print "POST$package - src dir to scripts\n";
+ &mv_with_mkdir ("src/*", "$DEST/scripts/$package");
+}
+
sub POSTbib2gls {
print "POST$package - resources xml, src dir\n";
my $resources_dir = "$DEST/scripts/$package/resources";