This commit is contained in:
sspitzer%netscape.com 1999-04-16 17:13:22 +00:00
Родитель 195e2e29d8
Коммит d8deeadfd4
3 изменённых файлов: 0 добавлений и 3 удалений

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

@ -30,7 +30,6 @@ SAMPLES_DIR = $(DIST)/bin/res/mailnews/messenger
EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/mailshell.xul \
$(srcdir)/msgbar.xul \
$(srcdir)/folderPane.xul \
$(srcdir)/folderPane.css \
$(srcdir)/threadPane.xul \

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

@ -25,7 +25,6 @@ include <$(DEPTH)\config\rules.mak>
install::
$(MAKE_INSTALL) mailshell.xul $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) msgBar.xul $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) folderPane.xul $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) folderPane.css $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) threadPane.xul $(DIST)\bin\res\mailnews\messenger
@ -52,7 +51,6 @@ install::
clobber::
rm -f $(DIST)\res\mailnews\messenger\mailshell.xul
rm -f $(DIST)\res\mailnews\messenger\msgBar.xul
rm -f $(DIST)\res\mailnews\messenger\folderPane.xul
rm -f $(DIST)\res\mailnews\messenger\folderPane.css
rm -f $(DIST)\res\mailnews\messenger\threadPane.xul

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