Lines Matching refs:PACKAGE
12 PACKAGE = vim macro
52 $(INSTALL_DATA) $$lang.mo $$dir/$(PACKAGE).mo; \
53 chmod $(FILEMOD) $$dir/$(PACKAGE).mo; \
62 rm -f $(LOCALEDIR)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \
78 cp $$lang.mo $$dir/$(PACKAGE).mo; \
79 chmod 644 $$dir/$(PACKAGE).mo; \
197 $(PACKAGE).pot: $(PO_INPUTLIST) $(PO_VIM_INPUTLIST)
199 $(VIM) -u NONE --not-a-term -S tojavascript.vim $(PACKAGE).pot $(PO_VIM_INPUTLIST)
201 $(XGETTEXT) --default-domain=$(PACKAGE) --add-comments \
204 mv -f $(PACKAGE).po $(PACKAGE).pot
206 $(VIM) -u NONE --not-a-term -S fixfilenames.vim $(PACKAGE).pot $(PO_VIM_INPUTLIST)
228 @$(MAKE) $(PACKAGE).pot
231 if $(MSGMERGE) [email protected] $(PACKAGE).pot -o [email protected]; then \