• Home
  • Raw
  • Download

Lines Matching refs:DOMAIN

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.
141 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
154 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
161 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
170 test ! -f $(DOMAIN).po || { \
171 if test -f $(srcdir)/$(DOMAIN).pot; then \
172 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
173 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
174 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
175 rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
177 rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
178 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
181 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
185 # This rule has no dependencies: we don't need to update $(DOMAIN).pot at
187 # Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
188 $(srcdir)/$(DOMAIN).pot:
189 $(MAKE) $(DOMAIN).pot-update
191 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
193 $(POFILES): $(srcdir)/$(DOMAIN).pot
197 …echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \
201 $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \
203 $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \
235 $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
236 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
258 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
259 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
260 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
261 …p -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(D…
262 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
331 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
342 rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
365 if test -f $(srcdir)/$(DOMAIN).pot; then \
366 dists="$$dists $(DOMAIN).pot stamp-po"; \
386 $(MAKE) $(DOMAIN).pot-update
405 …echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new…
409 $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
411 …$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \