From 9970519fc41ef3f45bcc587548c8e993d4c81c32 Mon Sep 17 00:00:00 2001 From: "dcone%netscape.com" Date: Fri, 12 Feb 1999 17:36:28 +0000 Subject: [PATCH] added a manifest for Layout/html/table git-svn-id: svn://10.0.0.236/trunk@20568 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 72ee1913651..3143b96be62 100644 --- a/mozilla/build/mac/NGLayoutBuildList.pm +++ b/mozilla/build/mac/NGLayoutBuildList.pm @@ -283,6 +283,7 @@ sub BuildDist() InstallFromManifest(":mozilla:layout:html:style:src:MANIFEST", "$distdirectory:layout:"); InstallFromManifest(":mozilla:layout:html:base:src:MANIFEST", "$distdirectory:layout:"); InstallFromManifest(":mozilla:layout:html:forms:public:MANIFEST", "$distdirectory:layout:"); + InstallFromManifest(":mozilla:layout:html:table:public:MANIFEST", "$distdirectory:layout:"); InstallFromManifest(":mozilla:layout:base:src:MANIFEST", "$distdirectory:layout:"); InstallFromManifest(":mozilla:layout:events:public:MANIFEST", "$distdirectory:layout:"); InstallFromManifest(":mozilla:layout:events:src:MANIFEST", "$distdirectory:layout:");