replace pref html files to xul files
git-svn-id: svn://10.0.0.236/trunk@42150 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
790cc367cf
commit
8d12d8dd67
@ -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
|
||||
|
||||
@ -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))
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user