Remove old addtoab and attachment icons. We have new ones in mailnews/base/resources/content (which is

where this kind of stuff belongs) now.
This commit is contained in:
mscott%netscape.com 2000-04-03 02:16:25 +00:00
Родитель 12c3a0288f
Коммит 55d79f76b5
3 изменённых файлов: 1 добавлений и 8 удалений

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

@ -21,5 +21,3 @@
# #
mailheader.css mailheader.css
addcard.gif
attach.gif

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

@ -28,8 +28,6 @@ include $(DEPTH)/config/autoconf.mk
EXPORT_RESOURCES = \ EXPORT_RESOURCES = \
$(srcdir)/mailheader.css \ $(srcdir)/mailheader.css \
$(srcdir)/addcard.gif \
$(srcdir)/attach.gif \
$(NULL) $(NULL)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

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

@ -26,10 +26,7 @@ include <$(DEPTH)\config\rules.mak>
install:: install::
$(MAKE_INSTALL) mailheader.css $(DIST)\bin\chrome\messenger\skin\default $(MAKE_INSTALL) mailheader.css $(DIST)\bin\chrome\messenger\skin\default
$(MAKE_INSTALL) addcard.gif $(DIST)\bin\chrome\messenger\skin\default
$(MAKE_INSTALL) attach.gif $(DIST)\bin\chrome\messenger\skin\default
clobber:: clobber::
rm -f $(DIST)\bin\chrome\messenger\skin\default\mailheader.css rm -f $(DIST)\bin\chrome\messenger\skin\default\mailheader.css
rm -f $(DIST)\bin\chrome\messenger\skin\default\addcard.gif
rm -f $(DIST)\bin\chrome\messenger\skin\default\attach.gif