Home | History | Annotate | Download | only in libelf-po

Lines Matching refs:DOMAIN

9 # General Public License and is *not* in the public domain.
48 DISTFILES = $(DISTFILES.common) POTFILES.in $(DOMAIN).pot \
60 # Usually the message domain is the same as the package name.
61 DOMAIN = $(PACKAGE)
71 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
76 # the public domain; in this case the translators are expected to disclaim
102 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
106 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in
107 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
111 && test ! -f $(DOMAIN).po \
112 || ( rm -f $(srcdir)/$(DOMAIN).pot \
113 && mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot )
115 $(srcdir)/$(DOMAIN).pot:
116 $(MAKE) $(DOMAIN).pot-update
118 $(POFILES): $(srcdir)/$(DOMAIN).pot
121 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
122 cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot
147 $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
148 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
170 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
171 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
172 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
173 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
174 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
243 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
252 rm -f core core.* $(DOMAIN).po *.new.po
283 $(MAKE) $(DOMAIN).pot-update
295 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
297 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
345 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 \