summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl2
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";