diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-23 23:12:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-23 23:12:12 +0000 |
commit | 3562d0088e82c4d4c9086f03b6d0284a9af2f8f9 (patch) | |
tree | e1677d059d3bbb81d949159a778776709743a716 /Master/tlpkg | |
parent | aca434905fcf7943059a6c07ec141bf7de7e7ac4 (diff) |
schule (23aug18)
git-svn-id: svn://tug.org/texlive/trunk@48471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
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 { |