adding comment out update notfication targets.

This commit is contained in:
dougt%netscape.com 2000-03-28 12:06:59 +00:00
Родитель 020e7ded70
Коммит d7740c50ef
1 изменённых файлов: 11 добавлений и 5 удалений

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

@ -29,6 +29,10 @@ install:: $(DLL)
$(MAKE_INSTALL) xpistatus.js $(DIST)\bin\chrome\xpinstall\content\default
$(MAKE_INSTALL) institems.xul $(DIST)\bin\chrome\xpinstall\content\default
$(MAKE_INSTALL) institems.js $(DIST)\bin\chrome\xpinstall\content\default
# $(MAKE_INSTALL) updateNotification.xul $(DIST)\bin\chrome\xpinstall\content\default
# $(MAKE_INSTALL) SoftwareUpdate-Source-1.rdf $(DIST)\bin\chrome\xpinstall\content\default
# $(MAKE_INSTALL) SoftwareUpdates.rdf $(DIST)\bin\chrome\xpinstall\content\default
clobber::
@ -36,4 +40,6 @@ clobber::
rm -f $(DIST)\bin\chrome\xpinstall\content\default\xpistatus.js
rm -f $(DIST)\bin\chrome\xpinstall\content\default\institems.xul
rm -f $(DIST)\bin\chrome\xpinstall\content\default\institems.js
# rm -f $(DIST)\bin\chrome\xpinstall\content\default\updateNotification.xul
# rm -f $(DIST)\bin\chrome\xpinstall\content\default\SoftwareUpdate-Source-1.rdf
# rm -f $(DIST)\bin\chrome\xpinstall\content\default\SoftwareUpdates.rdf