Added target to release the xpi file

This commit is contained in:
ddrinan%netscape.com 2000-06-28 01:19:20 +00:00
Родитель 148ac1fe2f
Коммит d63fe04f21
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -315,4 +315,7 @@ endif
cd xpi; zip -T -r ../$(PLATFORM)/psm.xpi psm install.js
rm -rf xpi
$(NSINSTALL) -m 644 moz-install.html $(PLATFORM)
release_xpi: build_xpi
$(NSINSTALL) -m 644 $(PLATFORM)/psm.xpi $(RELEASE_TREE)/$(PLATFORM)/xpi
$(NSINSTALL) -m 644 moz-install.html $(RELEASE_TREE)/$(PLATFORM)/xpi