Home | History | Annotate | Download | only in po

Lines Matching refs:DOMAIN

9 # General Public License and is *not* in the public domain.
48 DISTFILES = $(DISTFILES.common) POTFILES.in $(DOMAIN).pot \
91 # Usually the message domain is the same as the package name.
92 DOMAIN = $(PACKAGE)
102 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
107 # the public domain; in this case the translators are expected to disclaim
133 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
137 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in
138 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
142 && test ! -f $(DOMAIN).po \
143 || ( rm -f $(srcdir)/$(DOMAIN).pot \
144 && mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot )
146 $(srcdir)/$(DOMAIN).pot:
147 $(MAKE) $(DOMAIN).pot-update
149 $(POFILES): $(srcdir)/$(DOMAIN).pot
152 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
153 cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot
178 $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
179 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
201 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
202 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
203 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
204 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
205 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
274 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
283 rm -f core core.* $(DOMAIN).po *.new.po
314 $(MAKE) $(DOMAIN).pot-update
326 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
328 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
376 if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \