summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-22 00:22:33 +0000
committerKarl Berry <karl@freefriends.org>2007-09-22 00:22:33 +0000
commit84511fb8203187cb544f48090fefbe46676fd5de (patch)
tree8c1793858c6da678a83bcd9703eadd612a539fa7
parentd647fe2f92a1bb89564a4298f9f4d044e88ee3a2 (diff)
astro doc in fonts (luecking, 23 Jul 2007 13:47:15)
git-svn-id: svn://tug.org/texlive/trunk@5002 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl30
-rwxr-xr-xBuild/tools/tpm-ctan-check2
-rw-r--r--Master/texmf-dist/doc/fonts/astro/astrosym.tex (renamed from Master/texmf-dist/doc/latex/astro/astrosym.tex)0
-rw-r--r--Master/texmf-dist/doc/fonts/astro/astrosym.txt (renamed from Master/texmf-dist/doc/latex/astro/astrosym.txt)0
-rw-r--r--Master/texmf-dist/doc/latex/astro/astrosym.dvibin1512 -> 0 bytes
-rw-r--r--Master/texmf-dist/fonts/tfm/public/astro/astrosym.tfmbin0 -> 1372 bytes
6 files changed, 24 insertions, 8 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index ef6e92885d7..f1ae4ea2d50 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -1043,10 +1043,10 @@ $standardbib='\.bib$'; # $ so we don't find README.bibtex in IEEEtran
'umthesis', 'NULL',
);
-# packages which have Metafont sources to compile or install.
+# packages which have Metafont sources to run.
$standardmf='[0-9]\.mf';
%specialmf= (
- 'astro', 'astro.mf',
+ 'astro', 'astrosym.mf',
'backgammon', 'bg\.mf',
'cherokee', 'cherokee.mf',
'circ', 'csybimos\.mf|csycirc\.mf|csydiod\.mf|csyrest\.mf|csywidko\.mf|csysym\.mf|optic\.mf',
@@ -1075,6 +1075,11 @@ $standardmf='[0-9]\.mf';
'xq', 'xq(normal|large)\.mf',
);
+# additional mf files to be installed but not run.
+%specialmfinstall = (
+ 'astro', 'astrosym.(cal|cmn|mac|uni|xtr)',
+);
+
# packages which have dvips header files
$standardpro='\.pro';
%specialpro= (
@@ -1210,8 +1215,10 @@ sub set_dir_defaults
my ($ctan_dir) = @_;
my $changed = 1;
- if ($ctan_dir =~ m!/graphics/metapost!) {
+ if ($ctan_dir =~ m!/graphics/metapost/!) {
$standardfmt = $standarddocfmt = $standardsourcefmt = "metapost";
+ } elsif ($ctan_dir =~ m!/fonts/!) {
+ $standardfmt = $standarddocfmt = $standardsourcefmt = "fonts";
} else {
$changed = 0;
}
@@ -1592,13 +1599,22 @@ sub runmf {
&runjob("mktextfm --destdir=`pwd` $FileBase.tfm");
}
}
+
if ($needdir) {
- &SYSTEM("mkdir -p $DEST/fonts/source/$Foundry/$package");
+ my $mfdir = "$DEST/fonts/source/$Foundry/$package";
+ &SYSTEM ("mkdir -p $mfdir");
+ #
# don't use $mfpatt since that's only the tfm-able mf files.
- &runjob("$MV *.mf $DEST/fonts/source/$Foundry/$package");
- &SYSTEM("rm -f *pk"); # not worth the space
+ &SYSTEM ("$MV *.mf $mfdir");
+ if (exists $specialmfinstall{$package}) {
+ my @inst = grep (/$specialmfinstall{$package}/, @filenames);
+ &SYSTEM ("$MV @inst $mfdir");
+ }
+ #
+ &SYSTEM ("rm -f *pk"); # not worth the space
+
} else {
- print "\t (no $mfpatt)\n";
+ print "\t (no $mfpatt to runmf)\n";
}
}
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check
index c7f605ecda9..93c1d7dd91b 100755
--- a/Build/tools/tpm-ctan-check
+++ b/Build/tools/tpm-ctan-check
@@ -14,7 +14,7 @@ my @WorkingTPM = qw(
alnumsec altfont ametsoc ams amsldoc-it amsrefs
amsthdoc-it animate apacite appendix apl
arabi arabtex arabxetex archaic arcs arev
- armenian arrayjob arydshln ascii assignment attachfile
+ armenian arrayjob arydshln ascii assignment astro attachfile
aurical authorindex auto-pst-pdf automata
babelbib barcodes bbold
beamer beamer-contrib beamer-tut-pt begriff bera betababel
diff --git a/Master/texmf-dist/doc/latex/astro/astrosym.tex b/Master/texmf-dist/doc/fonts/astro/astrosym.tex
index a3c5d5b1aca..a3c5d5b1aca 100644
--- a/Master/texmf-dist/doc/latex/astro/astrosym.tex
+++ b/Master/texmf-dist/doc/fonts/astro/astrosym.tex
diff --git a/Master/texmf-dist/doc/latex/astro/astrosym.txt b/Master/texmf-dist/doc/fonts/astro/astrosym.txt
index 6f4bd3bb7ae..6f4bd3bb7ae 100644
--- a/Master/texmf-dist/doc/latex/astro/astrosym.txt
+++ b/Master/texmf-dist/doc/fonts/astro/astrosym.txt
diff --git a/Master/texmf-dist/doc/latex/astro/astrosym.dvi b/Master/texmf-dist/doc/latex/astro/astrosym.dvi
deleted file mode 100644
index 6146d509c09..00000000000
--- a/Master/texmf-dist/doc/latex/astro/astrosym.dvi
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/fonts/tfm/public/astro/astrosym.tfm b/Master/texmf-dist/fonts/tfm/public/astro/astrosym.tfm
new file mode 100644
index 00000000000..38443941138
--- /dev/null
+++ b/Master/texmf-dist/fonts/tfm/public/astro/astrosym.tfm
Binary files differ