Cleaning up after alecf.

This commit is contained in:
peterv%netscape.com 2002-08-13 11:02:29 +00:00
parent e9708150ba
commit ee42cbb6ef

View File

@ -778,10 +778,6 @@ sub BuildClientDist()
#UCONV
InstallFromManifest(":mozilla:intl:uconv:idl:MANIFEST_IDL", "$distdirectory:idl:");
InstallFromManifest(":mozilla:intl:uconv:public:MANIFEST", "$distdirectory:uconv:");
if ($main::options{mathml})
{
InstallFromManifest(":mozilla:intl:uconv:ucvmath:MANIFEST", "$distdirectory:uconv:");
}
#UNICHARUTIL
InstallFromManifest(":mozilla:intl:unicharutil:public:MANIFEST", "$distdirectory:unicharutil");
@ -1203,11 +1199,6 @@ sub BuildClientDist()
InstallFromManifest(":mozilla:js:jsd:MANIFEST", "$distdirectory:jsdebug:");
}
# libart
if ($main::options{libart_lgpl}) {
InstallFromManifest(":mozilla:modules:libart_lgpl:MANIFEST", "$distdirectory:include:");
}
print("--- Client Dist export complete ----\n");
}