зеркало из https://github.com/mozilla/pjs.git
it's now skins/modern, not just modern.
This commit is contained in:
Родитель
ee7b0b1f78
Коммит
b6125b5f13
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
manifest.rdf \
|
||||
|
|
|
@ -46,5 +46,5 @@ DIRS = search xpinstall pref sidebar bookmarks directory profile regviewer relat
|
|||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/chrome/$(THEME)/communicator/skin
|
||||
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/chrome/skins/$(THEME)/communicator/skin
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/communicator/skin/bookmarks
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/communicator/skin/bookmarks
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
bookmark-folder-closed.gif \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/communicator/skin/directory
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/communicator/skin/directory
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
directory.css \
|
||||
|
|
|
@ -1,43 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
THEME_ROOT_DEPTH = @srcdir@/../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/communicator/skin/pref
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
pref.css \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
|
||||
|
||||
install::
|
||||
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
|
||||
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/communicator/skin/profile
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/communicator/skin/profile
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
newProfile1_2.css \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/communicator/skin/regviewer
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/communicator/skin/regviewer
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
regviewer.css \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/communicator/skin/related
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/communicator/skin/related
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
related.css \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/communicator/skin/search
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/communicator/skin/search
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
icons.css \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/communicator/skin/sidebar
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/communicator/skin/sidebar
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
list-up-dis.gif \
|
||||
|
|
|
@ -1,46 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
THEME_ROOT_DEPTH = @srcdir@/../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/communicator/skin/wallet
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
CookieViewer.css \
|
||||
SignonViewer.css \
|
||||
WalletEditor.css \
|
||||
wallet.css \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
|
||||
|
||||
install::
|
||||
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
|
||||
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/communicator/skin/xpinstall
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/communicator/skin/xpinstall
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
xpinstall.css \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/editor/skin
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/editor/skin
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
EdImageMapPage.css \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/editor/skin/images
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/editor/skin/images
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
Map_Copy.gif \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/global/skin
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/global/skin
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
alert-icon.gif \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/messenger/skin
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/messenger/skin
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
AccountManager.css \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/messenger/skin/addressbook
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/messenger/skin/addressbook
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
addressbook.css \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/messenger/skin/messengercompose
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/messenger/skin/messengercompose
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
messengercompose.css \
|
||||
|
|
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/navigator/skin
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/navigator/skin
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
NavSecurityOverlay.css \
|
||||
|
|
Загрузка…
Ссылка в новой задаче