Lines Matching refs:po
26 gettextsrcdir = $(prefix)/share/gettext/po
27 subdir = po
63 .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
68 .po.pox:
72 .po.mo:
75 .po.gmo:
79 .po.cat:
95 mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
186 rm -f $(DESTDIR)$(gettextsrcdir)/po-Makefile.in.in
195 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
209 dist distdir: update-po $(DISTFILES)
216 update-po: Makefile
224 mv $$lang.po $$lang.old.po; \
226 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
227 rm -f $$lang.old.po; \
230 rm -f $$lang.po; \
231 mv $$lang.old.po $$lang.po; \
249 cd .. && $(MAKE) po/POTFILES.in