Lines Matching refs:pot
53 DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
69 $(MAKE) $(PACKAGE).pot
70 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
86 all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
89 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
93 rm -f $(srcdir)/$(PACKAGE).pot
94 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
97 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
99 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
215 $(MAKE) $(PACKAGE).pot
224 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \