mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 06:20:41 +00:00
export composeBody.html
This commit is contained in:
parent
a908eab0b6
commit
65a527bbcd
@ -29,6 +29,7 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
./Compose.xul \
|
||||
./ComposeBody.html \
|
||||
./ComposeFrame.html \
|
||||
$(NULL)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user