diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 5 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 00fc046e212..b28816e0bb4 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -243,6 +243,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'showexpl', "&MAKEflatten", 'siam', "&MAKEsiam", 'skak', "&MAKEflatten", + 'stellenb', "&MAKEcopy", 'symbolindex', "print \"requires binary, skip\"", 't2', "&MAKEt2", 'tabvar', "&MAKEflatten", @@ -1009,6 +1010,10 @@ sub MAKEcopy { # remove top-level README (shouldn't overwrite texmf-dist/README), # needed for vntex, pgf, probably others. -f "$dest/README" && unlink ("$dest/README"); + + # Ditto README.txt for stellenbosch. + -f "$dest/README.txt" + && &SYSTEM ("mv $dest/README.txt $DEST/doc/$whichdocformat/$package/"); } diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index a1070ccff3b..0a0af5834a1 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -86,7 +86,7 @@ sub main "sciposter", "sectionbox", "sectsty", "semantic", "seminar", "semioneside", "setspace", "sf298", "showexpl", "sides", "skaknew", - "sort-by-letters", "sparklines", "spotcolor", + "sort-by-letters", "sparklines", "spotcolor", "stellenbosch", "sttools", "struktex", "subfig", "sudoku", "svn-multi", "svninfo", "t-angles", "tabulary", "tabvar", "talk", "tamethebeast", "tex-refs", "texmate", "texshade", |