зеркало из https://github.com/mozilla/gecko-dev.git
Getting ready to skin
This commit is contained in:
Родитель
cad6be9311
Коммит
c4ed25e0b4
|
@ -20,6 +20,7 @@ Rights Reserved.
|
|||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/importDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
|
|
|
@ -21,3 +21,4 @@
|
|||
#
|
||||
|
||||
fieldMapImport.css
|
||||
importDialog.css
|
||||
|
|
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/fieldMapImport.css \
|
||||
$(srcdir)/importDialog.css \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -25,9 +25,12 @@ include <$(DEPTH)\config\rules.mak>
|
|||
|
||||
install::
|
||||
$(MAKE_INSTALL) fieldMapImport.css $(DIST)\bin\chrome\messenger\skin
|
||||
$(MAKE_INSTALL) importDialog.css $(DIST)\bin\chrome\messenger\skin
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\messenger\skin\fieldMapImport.css
|
||||
rm -f $(DIST)\bin\chrome\messenger\skin\importDialog.css
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче