Add TextEditor xul file.

This commit is contained in:
sfraser%netscape.com 1999-06-15 23:24:21 +00:00
parent 259394d8c6
commit dbd9d3ad49

View File

@ -21,6 +21,7 @@ include <$(DEPTH)\config\rules.mak>
install::
$(MAKE_INSTALL) EditorAppShell.xul $(DIST)\bin\chrome\editor\composer\content\default
$(MAKE_INSTALL) TextEditorAppShell.xul $(DIST)\bin\chrome\editor\composer\content\default
$(MAKE_INSTALL) EditorCommands.js $(DIST)\bin\chrome\editor\composer\content\default
$(MAKE_INSTALL) EditorInitPage.html $(DIST)\bin\chrome\editor\composer\content\default
$(MAKE_INSTALL) EditorInitPagePlain.html $(DIST)\bin\chrome\editor\composer\content\default
@ -28,6 +29,7 @@ install::
clobber::
rm -f $(DIST)\bin\chrome\editor\composer\content\default\EditorAppShell.xul
rm -f $(DIST)\bin\chrome\editor\composer\content\default\TextEditorAppShell.xul
rm -f $(DIST)\bin\chrome\editor\composer\content\default\EditorCommands.js
rm -f $(DIST)\bin\chrome\editor\composer\content\default\EditorInitPage.html
rm -f $(DIST)\bin\chrome\editor\composer\content\default\EditorInitPagePlain.html