diff --git a/mailnews/ui/compose/resources/Makefile.in b/mailnews/ui/compose/resources/Makefile.in index ac7a18611753..5a2bc2733def 100644 --- a/mailnews/ui/compose/resources/Makefile.in +++ b/mailnews/ui/compose/resources/Makefile.in @@ -29,6 +29,7 @@ include $(topsrcdir)/config/rules.mk EXPORT_RESOURCE_SAMPLES = \ ./Compose.xul \ + ./ComposeBody.html \ ./ComposeFrame.html \ $(NULL) diff --git a/mailnews/ui/compose/resources/Makefile.win b/mailnews/ui/compose/resources/Makefile.win index 9a9d53e60e8b..bcb5d77a2782 100644 --- a/mailnews/ui/compose/resources/Makefile.win +++ b/mailnews/ui/compose/resources/Makefile.win @@ -23,6 +23,7 @@ include <$(DEPTH)\config\rules.mak> install:: $(DLL) $(MAKE_INSTALL) Compose.xul $(DIST)\bin\res\samples + $(MAKE_INSTALL) ComposeBody.html $(DIST)\bin\res\samples $(MAKE_INSTALL) ComposeFrame.html $(DIST)\bin\res\samples $(MAKE_INSTALL) mail_options.gif $(DIST)\bin\res\toolbar $(MAKE_INSTALL) mail_options_mo.gif $(DIST)\bin\res\toolbar @@ -51,6 +52,7 @@ install:: $(DLL) clobber:: rm -f $(DIST)\bin\res\samples\Compose.xul + rm -f $(DIST)\bin\res\samples\ComposeBody.html rm -f $(DIST)\bin\res\samples\ComposeFrame.html rm -f $(DIST)\bin\res\toolbar\mail_options.gif rm -f $(DIST)\bin\res\toolbar\mail_options_mo.gif