diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-20 22:41:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-20 22:41:14 +0000 |
commit | dd8cd465b253cee19fa61fc89383c0c61a0791e4 (patch) | |
tree | 879b137590b9ae1dc87a49a741cbb9a1390dad25 /Master/tlpkg | |
parent | 84f03266593d0aeb4f714b3f4b76f2d1ea4f4bd6 (diff) |
koma-script (20jun16)
git-svn-id: svn://tug.org/texlive/trunk@41508 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index c93fddf2a4d..dae3339697c 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -424,7 +424,7 @@ my @TLP_working = qw( oberdiek objectz obnov ocg-p ocgx ocgx2 ocherokee ocr-b ocr-b-outline ocr-latex octavo odsfile ofs - ogham oinuit old-arrows oldlatin oldstandard oldstyle + ogham oinuit old-arrows oldlatin oldstandard oldstyle olsak-misc onlyamsmath onrannual opcit opensans opteng optidef optional options ordinalpt orkhun oscola ot-tableau othello othelloboard oubraces outline outliner outlines overlock overpic diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2fc93dba674..5bc45d4efed 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1267,7 +1267,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'knitting' => '&POSTknitting', 'knuth' => '&POSTknuth', 'knuth-lib' => '&POSTknuth_lib', - 'koma-script' => '&POST_rmsymlink', + 'koma-script' => '&POSTkoma_script', #'&POST_rmsymlink', 'kotex-oblivoir' => '&POSTkotex_oblivoir', 'kotex-utf' => '&POSTkotex_utf', 'latex2e-help-texinfo' => '&POSTlatex2e_help_texinfo', @@ -5775,6 +5775,11 @@ sub POSTknuth_lib { &mv_with_mkdir ("null.tex", "$DEST/tex/generic/$package"); } +sub POSTkoma_script { + print "POST$package - rm spurious dup top-level trees\n"; + &SYSTEM ("$RM doc/*.* source/* 2>/dev/null"); +} + sub POSTkotex_oblivoir { print "POST$package - memhangul subdirs in runtime\n"; &mv_with_mkdir ("memhangul-*", "$DEST/tex/latex/$package"); |