This commit is contained in:
tonyr%fbdesigns.com 2000-01-17 06:06:13 +00:00
Родитель 771e106285
Коммит d4ce53cf93
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -23,4 +23,5 @@
importMsgs.properties
fieldMapExport.dtd
fieldMapImport.dtd
importDialog.dtd

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

@ -27,10 +27,12 @@ install::
$(MAKE_INSTALL) importMsgs.properties $(DIST)\bin\chrome\messenger\locale\en-US
$(MAKE_INSTALL) fieldMapExport.dtd $(DIST)\bin\chrome\messenger\locale\en-US
$(MAKE_INSTALL) fieldMapImport.dtd $(DIST)\bin\chrome\messenger\locale\en-US
$(MAKE_INSTALL) importDialog.dtd $(DIST)\bin\chrome\messenger\locale\en-US
clobber::
rm -f $(DIST)bin\chrome\messenger\locale\en-US\importMsgs.properties
rm -f $(DIST)bin\chrome\messenger\locale\en-US\fieldMapExport.dtd
rm -f $(DIST)bin\chrome\messenger\locale\en-US\fieldMapImport.dtd
rm -f $(DIST)bin\chrome\messenger\locale\en-US\importDialog.dtd