it's now skins/modern, not just modern.

This commit is contained in:
sspitzer%netscape.com 2000-05-11 02:11:42 +00:00
Родитель ee7b0b1f78
Коммит b6125b5f13
19 изменённых файлов: 17 добавлений и 106 удалений

Просмотреть файл

@ -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 \