summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index c1b0afa554e..14275fa3271 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1314,7 +1314,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'pkuthss' => '&PREHOOK_flatten1',
'plex-otf' => '&PREHOOK_flatten1',
'prosper' => '&PREHOOK_prosper',
- 'schule' => '&PREHOOK_flatten1',
'skb' => '&PREHOOK_flatten1',
'suftesi' => '&PREHOOK_suftesi',
'stix' => '&PREHOOK_stix',
@@ -1859,7 +1858,6 @@ $standardtex
'ruhyphen', '\.tex',
'sa-tikz', 'tikzlib.*tex|' . $standardtex,
'sansmath', '^..[^s].*\.sty', # not miscdoc.sty
- 'schule', 'schule.sty', # not schule-dokumentation.sty
'scrlttr2copy','\.lco',
'sduthesis', 'figures|' . $standardtex,
'selnolig', '\.lua|' . $standardtex,
@@ -6390,7 +6388,8 @@ sub POSTpxchfon {
sub POSTschule {
print "POST$package - move additional packages\n";
- &SYSTEM ("$MV Zusatzpakete/* $DEST/tex/latex/$package/");
+ &mv_with_mkdir ("latex/* data/*", "$DEST/tex/latex/$package");
+ &SYSTEM ("$MV doc/* . && rmdir doc");
}
sub POST_simple_rmFonts {