Lines Matching refs:pot
111 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
112 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
119 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
120 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
125 stamp-po: $(srcdir)/$(DOMAIN).pot
127 test ! -f $(srcdir)/$(DOMAIN).pot || \
129 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
135 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
139 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
140 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
144 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
179 if test -f $(srcdir)/$(DOMAIN).pot; then \
180 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
185 rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
186 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
189 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
193 # This rule has no dependencies: we don't need to update $(DOMAIN).pot at
195 # Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
196 $(srcdir)/$(DOMAIN).pot:
197 $(MAKE) $(DOMAIN).pot-update
199 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
201 $(POFILES): $(srcdir)/$(DOMAIN).pot
205 …echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \
209 $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \
211 $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \
372 if test -f $(srcdir)/$(DOMAIN).pot; then \
373 dists="$$dists $(DOMAIN).pot stamp-po"; \
393 $(MAKE) $(DOMAIN).pot-update
412 …echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new…
416 $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
418 …$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \