Add MsgAttachPage.dtd

This commit is contained in:
ducarroz%netscape.com 1999-08-25 02:31:31 +00:00
parent 72d57b2546
commit b0641576f3
3 changed files with 4 additions and 0 deletions

View File

@ -18,3 +18,4 @@
messengercompose.dtd
addressingWidgetOverlay.dtd
MsgAttachPage.dtd

View File

@ -31,6 +31,7 @@ SAMPLES_DIR = $(DIST)/bin/chrome/messengercompose/locale/en-US
EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/messengercompose.dtd \
$(srcdir)/addressingWidgetOverlay.dtd \
$(srcdir)/MsgAttachPage.dtd \
$(NULL)
EXPORT_RESOURCE_SAMPLES_TO_REMOVE := $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))

View File

@ -23,8 +23,10 @@ include <$(DEPTH)\config\rules.mak>
install::
$(MAKE_INSTALL) messengercompose.dtd $(DIST)\bin\chrome\messengercompose\locale\en-US
$(MAKE_INSTALL) addressingWidgetOverlay.dtd $(DIST)\bin\chrome\messengercompose\locale\en-US
$(MAKE_INSTALL) MsgAttachPage.dtd $(DIST)\bin\chrome\messengercompose\locale\en-US
clobber::
rm -f $(DIST)\bin\chrome\messengercompose\locale\en-US\messengercompose.dtd
rm -f $(DIST)\bin\chrome\messengercompose\locale\en-US\addressingWidgetOverlay.dtd
rm -f $(DIST)\bin\chrome\messengercompose\locale\en-US\MsgAttachPage.dtd