зеркало из https://github.com/mozilla/pjs.git
more theme stuff
This commit is contained in:
Родитель
5f72fd4b94
Коммит
d82cdbd436
|
@ -0,0 +1,96 @@
|
|||
#
|
||||
# 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 = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
THEME = modern
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)/editor/skin/images
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
Map_Copy.gif \
|
||||
Map_Cut.gif \
|
||||
Map_Paste.gif \
|
||||
Map_checker.gif \
|
||||
Map_circleTool.gif \
|
||||
Map_contrast.gif \
|
||||
Map_pointerTool.gif \
|
||||
Map_polygonTool.gif \
|
||||
Map_rectangleTool.gif \
|
||||
Map_zoomIn.gif \
|
||||
Map_zoomOut.gif \
|
||||
align.gif \
|
||||
anchor-in-doc.gif \
|
||||
anchor-white.gif \
|
||||
anchor.gif \
|
||||
bold.gif \
|
||||
bullets.gif \
|
||||
center.gif \
|
||||
color.gif \
|
||||
dec-font-size.gif \
|
||||
div.gif \
|
||||
find.gif \
|
||||
hline-white.gif \
|
||||
hline.gif \
|
||||
hover-teal.gif \
|
||||
image-white.gif \
|
||||
image.gif \
|
||||
img-align-bottom.gif \
|
||||
img-align-left.gif \
|
||||
img-align-middle.gif \
|
||||
img-align-right.gif \
|
||||
img-align-top.gif \
|
||||
inc-font-size.gif \
|
||||
indent.gif \
|
||||
italic.gif \
|
||||
justify.gif \
|
||||
left.gif \
|
||||
link-white.gif \
|
||||
link.gif \
|
||||
newfile.gif \
|
||||
numbers.gif \
|
||||
object-popup.gif \
|
||||
openfile.gif \
|
||||
outdent.gif \
|
||||
preview.gif \
|
||||
print.gif \
|
||||
publish.gif \
|
||||
right.gif \
|
||||
savefile.gif \
|
||||
savemod.gif \
|
||||
span.gif \
|
||||
spell.gif \
|
||||
table-white.gif \
|
||||
table.gif \
|
||||
underline.gif \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
|
||||
|
||||
install::
|
||||
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
|
||||
|
Загрузка…
Ссылка в новой задаче