From 8d896c038dc42b6753dea2277514f0959925e315 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Tue, 13 Apr 1999 01:33:49 +0000 Subject: [PATCH] Add new range directory to the list of MANIFESTs git-svn-id: svn://10.0.0.236/trunk@27290 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/NGLayoutBuildList.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/build/mac/NGLayoutBuildList.pm b/mozilla/build/mac/NGLayoutBuildList.pm index cc02e8f0ccf..35bea7344a9 100644 --- a/mozilla/build/mac/NGLayoutBuildList.pm +++ b/mozilla/build/mac/NGLayoutBuildList.pm @@ -336,6 +336,7 @@ sub BuildDist() InstallFromManifest(":mozilla:dom:public:coreDom:MANIFEST", "$distdirectory:dom:"); InstallFromManifest(":mozilla:dom:public:coreEvents:MANIFEST", "$distdirectory:dom:"); InstallFromManifest(":mozilla:dom:public:events:MANIFEST", "$distdirectory:dom:"); + InstallFromManifest(":mozilla:dom:public:range:MANIFEST", "$distdirectory:dom:"); InstallFromManifest(":mozilla:dom:public:html:MANIFEST", "$distdirectory:dom:"); InstallFromManifest(":mozilla:dom:public:css:MANIFEST", "$distdirectory:dom:"); InstallFromManifest(":mozilla:dom:src:jsurl:MANIFEST", "$distdirectory:dom:");