adding editor MANIFEST

This commit is contained in:
jfrancis%netscape.com 1998-11-29 23:52:10 +00:00
parent 8fe27df540
commit b20be1b9d2

View File

@ -269,6 +269,9 @@ sub BuildDist()
#HTMLPARSER
InstallFromManifest(":mozilla:htmlparser:src:MANIFEST", "$distdirectory:htmlparser:");
#EDITOR
InstallFromManifest(":mozilla:editor:public:MANIFEST", "$distdirectory:editor:");
#// To get out defines in all the project, dummy alias NGLayoutConfigInclude.h into MacConfigInclude.h
MakeAlias(":mozilla:config:mac:NGLayoutConfigInclude.h", ":mozilla:dist:config:MacConfigInclude.h");
}