mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 07:04:09 +00:00
replace pref html files to xul files
This commit is contained in:
parent
1249b3dd0d
commit
70d0d748b7
@ -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