export composeBody.html

This commit is contained in:
ducarroz%netscape.com 1999-03-12 03:03:23 +00:00
parent a908eab0b6
commit 65a527bbcd
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@ include $(topsrcdir)/config/rules.mk
EXPORT_RESOURCE_SAMPLES = \
./Compose.xul \
./ComposeBody.html \
./ComposeFrame.html \
$(NULL)

View File

@ -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