replace pref html files to xul files

This commit is contained in:
chuang%netscape.com 1999-08-04 18:27:51 +00:00
parent 1249b3dd0d
commit 70d0d748b7
3 changed files with 4 additions and 4 deletions

View File

@ -16,4 +16,4 @@
# This is a list of local files which get copied to the res\mailnews\messenger directory
#
pref-addressing.html
pref-addressing.xul

View File

@ -29,7 +29,7 @@ include $(topsrcdir)/config/rules.mk
SAMPLES_DIR = $(DIST)/bin/chrome/addressbook/content/default
EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/pref-addressing.html \
$(srcdir)/pref-addressing.xul \
$(NULL)
EXPORT_RESOURCE_SAMPLES_TO_REMOVE := $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))

View File

@ -20,7 +20,7 @@ DEPTH=..\..\..\..\..
include <$(DEPTH)\config\rules.mak>
install::
$(MAKE_INSTALL) pref-addressing.html $(DIST)\bin\chrome\addressbook\content\default
$(MAKE_INSTALL) pref-addressing.xul $(DIST)\bin\chrome\addressbook\content\default
clobber::
rm -f $(DIST)\chrome\addressbook\content\default\pref-addressing.html
rm -f $(DIST)\chrome\addressbook\content\default\pref-addressing.xul