diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2bc543d859f..7cf0e846ac2 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1543,6 +1543,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'pmx' => '&PREHOOK_pmx', 'prosper' => '&PREHOOK_prosper', 'skb' => '&PREHOOK_flatten1', + 'spectralsequences' => '&PREHOOK_spectralsequences', 'suftesi' => '&PREHOOK_suftesi', 'stix' => '&PREHOOK_stix', 'texdraw' => '&PREHOOK_texdraw', @@ -5966,6 +5967,12 @@ sub PREHOOK_prosper { &SYSTEM ("$MV img/* doc/*/* doc/* designer/* contrib/*.* ."); } +sub PREHOOK_spectralsequences { + print "PREHOOK_$package - move src/* subdir up\n"; + # leave examples/ and manual/ doc subdirs separate + &SYSTEM ("$MV src/* ."); +} + sub PREHOOK_suftesi { print "PREHOOK_$package - move doc/latex subdirs\n"; # not example/, then get logo.png clash |