Lines Matching refs:pot
49 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
96 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
100 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
101 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
102 $(DOMAIN).pot-update: $(srcdir)/POTFILES.in remove-potcdate.sed \
114 if test -f $(srcdir)/$(DOMAIN).pot; then \
115 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
120 rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
121 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
124 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
128 # This rule has no dependencies: we don't need to update $(DOMAIN).pot at
130 # Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
131 $(srcdir)/$(DOMAIN).pot:
132 $(MAKE) $(DOMAIN).pot-update
134 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
136 $(POFILES): $(srcdir)/$(DOMAIN).pot
140 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
141 cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \
323 $(MAKE) $(DOMAIN).pot-update
342 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
344 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \