Skip to content

Commit

Permalink
Bug 504645 - Remove document.png from the source tree since it is no …
Browse files Browse the repository at this point in the history
…longer needed; r=dolske+mfinkle
  • Loading branch information
msujaws committed Jun 26, 2011
1 parent e9193fe commit 14fe56e
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 21 deletions.
2 changes: 1 addition & 1 deletion browser/app/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# Jonathan Wilson <[email protected]>
# Dan Mosedale <[email protected]>
# Benjamin Smedberg <[email protected]>
# Jared Wein <[email protected]>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
Expand Down Expand Up @@ -199,7 +200,6 @@ endif
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
libs::
$(INSTALL) $(IFLAGS1) $(DIST)/branding/mozicon128.png $(DIST)/bin/icons
$(INSTALL) $(IFLAGS1) $(DIST)/branding/document.png $(DIST)/bin/icons
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default16.png $(DIST)/bin/chrome/icons/default
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default32.png $(DIST)/bin/chrome/icons/default
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default48.png $(DIST)/bin/chrome/icons/default
Expand Down
2 changes: 1 addition & 1 deletion browser/branding/aurora/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#
# Contributor(s):
# Justin Dolske <[email protected]> (original author)
# Jared Wein <[email protected]>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
Expand Down Expand Up @@ -75,7 +76,6 @@ LINUX_BRANDING_FILES = \
default16.png \
default32.png \
default48.png \
document.png \
mozicon128.png \
$(NULL)

Expand Down
Binary file removed browser/branding/aurora/document.png
Binary file not shown.
2 changes: 1 addition & 1 deletion browser/branding/nightly/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#
# Contributor(s):
# Justin Dolske <[email protected]> (original author)
# Jared Wein <[email protected]>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
Expand Down Expand Up @@ -75,7 +76,6 @@ LINUX_BRANDING_FILES = \
default16.png \
default32.png \
default48.png \
document.png \
mozicon128.png \
$(NULL)

Expand Down
Binary file removed browser/branding/nightly/document.png
Binary file not shown.
2 changes: 1 addition & 1 deletion browser/branding/official/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#
# Contributor(s):
# Justin Dolske <[email protected]> (original author)
# Jared Wein <[email protected]>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
Expand Down Expand Up @@ -75,7 +76,6 @@ LINUX_BRANDING_FILES = \
default16.png \
default32.png \
default48.png \
document.png \
mozicon128.png \
$(NULL)

Expand Down
Binary file removed browser/branding/official/document.png
Binary file not shown.
2 changes: 1 addition & 1 deletion browser/branding/unofficial/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#
# Contributor(s):
# Justin Dolske <[email protected]> (original author)
# Jared Wein <[email protected]>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
Expand Down Expand Up @@ -75,7 +76,6 @@ LINUX_BRANDING_FILES = \
default16.png \
default32.png \
default48.png \
document.png \
mozicon128.png \
$(NULL)

Expand Down
Binary file removed browser/branding/unofficial/document.png
Binary file not shown.
17 changes: 1 addition & 16 deletions xulrunner/app/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# Dan Mosedale <[email protected]>
# Darin Fisher <[email protected]>
# Benjamin Smedberg <[email protected]>
# Jared Wein <[email protected]>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
Expand Down Expand Up @@ -178,19 +179,6 @@ GARBAGE += xulrunner
endif
endif

ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))

ICON_FILES = \
$(DIST)/branding/document.png \
$(NULL)

libs:: $(ICON_FILES)
$(INSTALL) $(IFLAGS1) $^ $(DIST)/bin/icons

install::
$(SYSINSTALL) $(IFLAGS1) $(ICON_FILES) $(DESTDIR)$(mozappdir)/icons
endif

ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
libs::
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default16.png $(DIST)/bin/chrome/icons/default
Expand All @@ -209,9 +197,6 @@ ifeq ($(OS_ARCH),WINNT)
cp $(srcdir)/xulrunner.ico $(DIST)/branding/app.ico
cp $(srcdir)/document.ico $(DIST)/branding/document.ico
endif
ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))
cp $(srcdir)/document.png $(DIST)/branding/document.png
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
cp $(srcdir)/default16.png $(DIST)/branding/default16.png
cp $(srcdir)/default32.png $(DIST)/branding/default32.png
Expand Down
Binary file removed xulrunner/app/document.png
Binary file not shown.

0 comments on commit 14fe56e

Please sign in to comment.