Lines Matching refs:DOMAIN
50 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
85 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
86 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
91 stamp-po: $(srcdir)/$(DOMAIN).pot
97 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
101 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
102 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
103 $(DOMAIN).pot-update: $(srcdir)/POTFILES.in remove-potcdate.sed \
105 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
111 perl $(srcdir)/at-expand.pl < $(DOMAIN).po > $(DOMAIN).po.new
112 mv $(DOMAIN).po $(DOMAIN).po.bak
113 mv $(DOMAIN).po.new $(DOMAIN).po
114 test ! -f $(DOMAIN).po || { \
115 if test -f $(srcdir)/$(DOMAIN).pot; then \
116 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
117 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
118 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
119 rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
121 rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
122 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
125 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
129 # This rule has no dependencies: we don't need to update $(DOMAIN).pot at
131 # Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
132 $(srcdir)/$(DOMAIN).pot:
133 $(MAKE) $(DOMAIN).pot-update
135 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
137 $(POFILES): $(srcdir)/$(DOMAIN).pot
141 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
142 cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \
173 $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
174 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
196 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
197 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
198 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
199 …p -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(D…
200 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
269 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
280 rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
281 rm -f $(DOMAIN).po.bak
324 $(MAKE) $(DOMAIN).pot-update
343 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
345 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \