diff options
author | Norbert Preining <preining@logic.at> | 2007-10-02 07:03:02 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-10-02 07:03:02 +0000 |
commit | 225331c82506342cd90ef222fb32f9a1afcdc318 (patch) | |
tree | bbfda32be3067f551cc402797a0db1a1fe2734e4 /Build/cdbuild/ctan2tds.pl | |
parent | c4f59137681272147e82c5f54b4ba0cd52037c37 (diff) |
fix ctan2tds for ae
git-svn-id: svn://tug.org/texlive/trunk@5086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild/ctan2tds.pl')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 8a6ec3b7760..0ba13170ee6 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -409,6 +409,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|\.drv'; 'mff', '\.mfj|\.bat|\.diz', 'fpl', "$standardsource|Add|\.sfd|\.pe|\.ps", 'rcs', "$standardsource|rcs.el|src", + 'ae', "$standardsource|\.mtx|\.etx|\.tex|clean|go|install|makepl", ); %specialfoundry = ( @@ -1649,6 +1650,7 @@ sub runmf { } sub runfonts { + $Foundry = $specialfoundry{$package} || $standardfoundry; for (grep(/.vf/,@filenames)) { $needdir=1; print "\t\t install VF $_\n"; |