Lines Matching refs:DOMAIN
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: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
103 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
108 test ! -f $(DOMAIN).po || { \
109 if test -f $(srcdir)/$(DOMAIN).pot; then \
110 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
111 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
112 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
113 rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
115 rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
116 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
119 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
123 # This rule has no dependencies: we don't need to update $(DOMAIN).pot at
125 # Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
126 $(srcdir)/$(DOMAIN).pot:
127 $(MAKE) $(DOMAIN).pot-update
129 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
131 $(POFILES): $(srcdir)/$(DOMAIN).pot
135 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
136 cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \
167 $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
168 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
190 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
191 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
192 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
193 …p -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(D…
194 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
263 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
274 rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
315 $(MAKE) $(DOMAIN).pot-update
334 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
336 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \