summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-16 23:12:48 +0000
committerKarl Berry <karl@freefriends.org>2006-07-16 23:12:48 +0000
commitb9f9c6ce6d659f74f5249b1687072c52ee96d952 (patch)
tree577f7bb2d040c44cac3b21ef2edb9bbd541c1fd2 /Build
parent0011c3b0de21a3b4e507f6b3a03d70c18dcadcda (diff)
new package stellenb for U. of Stellenbosch (15mar06)
git-svn-id: svn://tug.org/texlive/trunk@1863 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl5
-rwxr-xr-xBuild/tools/tpm-ctan-check2
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",