Lines Matching full:then
114 if test -f $(srcdir)/$(DOMAIN).pot; then \
117 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
138 if test -f "$(srcdir)/$${lang}.po"; then \
150 if test "$(PACKAGE)" = "gettext-tools"; then \
171 if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
175 if test -n "$$lc"; then \
176 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
182 if test -f $$file; then \
188 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
209 if test "$(PACKAGE)" = "gettext-tools"; then \
224 if test -n "$$lc"; then \
225 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
231 if test -f $$file; then \
237 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
254 if test "$(PACKAGE)" = "gettext-tools"; then \
300 if test "$(PACKAGE)" = "gettext-tools"; then \
303 if test -f $(srcdir)/ChangeLog; then \
307 if test -f $(srcdir)/ChangeLog.$$i; then \
311 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
313 if test -f $$file; then \
336 if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
342 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
343 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
346 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \