summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-06-02 17:33:01 +0000
committerKarl Berry <karl@freefriends.org>2006-06-02 17:33:01 +0000
commit6a3f70a7106e6881776bd33bb4dad106d91c4146 (patch)
tree228dde53d1b555563ae04f5df3ffe3d4a6671c5a /Build
parent004fb255bc1681a24842c3def76799d5a0403cc2 (diff)
clock 0.3, with clock.tex in runtime
git-svn-id: svn://tug.org/texlive/trunk@1652 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl8
-rwxr-xr-xBuild/tools/tpm-ctan-check2
2 files changed, 6 insertions, 4 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index e93da20f772..5dc4367be23 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -513,6 +513,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$';
'calxxxx', 'cal.*\.tex',
'carlisle', '\.sty|\.ltx',
'cirth', 'num\.tex',
+ 'clock', '\.sty|clock\.tex',
'cmap', '\.sty|\.cmap',
'codepage', '\.sty|\.tex',
'contour', '\.cfg|\.sty|\.cnt',
@@ -788,13 +789,14 @@ $standardbst='\.bst';
);
$standardbib='\.bib$'; # $ so we don't find README.bibtex in IEEEtran
-# packages which have Metafont sources to compile
+# packages which have Metafont sources to compile or install.
%specialmf= (
'astro', 'astro.mf',
'backgammon', 'bg\.mf',
'cherokee', 'cherokee.mf',
'circ', 'csybimos\.mf|csycirc\.mf|csydiod\.mf|csyrest\.mf|csywidko\.mf|csysym\.mf|optic\.mf',
'cirth', 'cir.*\.mf',
+ 'clock', 'clock.mf',
'cmpica', 'cmpic.*\.mf',
'dancers', 'dancers\.mf',
'dice', 'dice3d\.mf',
@@ -1240,9 +1242,9 @@ sub runmf {
print "\t Make fonts for $package ($mfpatt)\n";
for (grep(/$mfpatt/,@filenames)) {
$needdir=1;
- print "\t\t Make TFM from $_\n";
($FileBase,$Filepath,$Filesuffix) = fileparse($_,"\.[A-z]*");
if (! -e "$FileBase.tfm") {
+ print "\t\t Make TFM from $_\n";
&runjob("mktextfm --destdir=`pwd` $FileBase.tfm");
}
}
@@ -1269,7 +1271,7 @@ sub runfonts {
}
for (grep(/.tfm/,@filenames)) {
$needdir=1;
- print "\t\t install TFM $_\n";
+ print "\t\t INSTALL tfm $_\n";
($FileBase,$Filepath,$Filesuffix) = fileparse($_,"\.[A-z]*");
if ($needdir) {
&SYSTEM("mkdir -p $DEST/fonts/tfm/$Foundry/$package");
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check
index ff4ab3e3fa4..811cb0eaafe 100755
--- a/Build/tools/tpm-ctan-check
+++ b/Build/tools/tpm-ctan-check
@@ -30,7 +30,7 @@ sub main
"babel", "babelbib", "beebe", "betababel", "bghyphen", "bibhtml",
"bibleref", "blacklettert1", "booklet", "breakurl", "bytefield" ,
"caption", "carlisle", "cbcoptic", "changebar", "chappg",
- "chemcompounds", "circ", "cjhebrew", "colortbl", "commath",
+ "chemcompounds", "circ", "cjhebrew", "clock", "colortbl", "commath",
"complexity", "comprehensive", "computational-complexity",
"csquotes", "curve",
"datetime", "devanagr", "dk-bib", "doipubmed", "dottex", "dtxtut",