summaryrefslogtreecommitdiff
path: root/Build/cdbuild
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-06-01 15:29:28 +0000
committerKarl Berry <karl@freefriends.org>2006-06-01 15:29:28 +0000
commit7d07d24d303f36a670883b2a96b08ead2404423d (patch)
tree174da336c80341eec4dfb80fa216cf8cd372d7cd /Build/cdbuild
parent6b7f46c4bc8a521a767b2abe62568763be826aa5 (diff)
free-math-font-survey
git-svn-id: svn://tug.org/texlive/trunk@1633 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl10
1 files changed, 7 insertions, 3 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index df0dc12a931..7302ce59ef9 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -73,6 +73,7 @@ chdir $startdir || die "chdir($startdir) failed: $!";
'arabtex', "&MAKEflatten",
'archaic', "&MAKEwilson",
'arev', "&MAKEcopy", # straight copy
+ 'ascii', "&MAKEflatten",
'augie', "&MAKEaugie",
'babel', "&MAKEbabel",
'bangtex', "&MAKEflatten",
@@ -313,6 +314,7 @@ $standardfoundry='public';
'comprehensive', 'texmf-doc',
'dtxtut', 'texmf-doc',
'elhyphen', 'texmf',
+ 'free-math-font-survey', 'texmf-doc',
'lshort-bulgarian', 'texmf-doc',
'lshort-english', 'texmf-doc',
'lshort-finnish', 'texmf-doc',
@@ -372,6 +374,7 @@ $standardsourcefmt='latex';
'antomega', 'omega',
'arrayjob', 'generic',
'babel', 'generic',
+ 'bghyphen', 'generic',
'cirth', 'generic',
'edmac', 'generic',
'eplain', 'eplain',
@@ -406,8 +409,10 @@ $standardfmt='latex';
'archaic', 'fonts',
'arev', 'fonts',
'arrayjob', 'generic',
+ 'ascii', 'fonts',
'babel', 'generic',
'bera', 'fonts',
+ 'bghyphen', 'generic',
'blacklettert1','fonts',
'cb', 'fonts',
'cirth', 'fonts',
@@ -499,6 +504,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$';
'bardiag', '\.bar|\.sty|\.cfg',
'barr', 'diagram.tex',
'base', 'idx.tex|lablst.tex|latexbug.tex|lablst.tex|docstrip.tex|nfssfont.tex|sample2e.tex|small2e.tex|testpage.tex|ltxcheck.tex|\.cfg|\.fd$|\.cls|\.clo|\.ltx|\.sty|\.def|^\.',
+ 'bghyphen', '\.tex',
'breqn', '\.sty|\.sym',
'calxxxx', 'cal.*\.tex',
'carlisle', '\.sty|\.ltx',
@@ -1384,12 +1390,10 @@ sub MAKEbabel {
&donormal;
print "\t SPECIAL remove old lahyph.tex\n"; # since braams hasn't
&SYSTEM("rm -f $DEST/doc/generic/$package/lahyph.tex");
- my $files = "icehyph.tex iahyphen.tex " .
- "bghyphen.tex bghyphsi.tex catmik.tex mik2t2.tex";
+ my $files = "icehyph.tex iahyphen.tex ";
print "\t SPECIAL move to /tmp: $files\n"; # since not separate on CTAN
&SYSTEM("cd $DEST/doc/generic/$package && mv $files /tmp");
print "\t YOU-MUST-DO check against texmf/tex/generic/hyphen\n";
- print "\t YOU-MUST-DO and texmf-dist/tex/generic/bghyph: $files\n";
}
sub MAKEbbm {