Lines Matching full:then
159 if test "$(PACKAGE)" = "gettext"; then \
177 if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
181 if test -n "$$lc"; then \
182 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
188 if test -f $$file; then \
194 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
215 if test "$(PACKAGE)" = "gettext"; then \
230 if test -n "$$lc"; then \
231 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
237 if test -f $$file; then \
243 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
260 if test "$(PACKAGE)" = "gettext"; then \
303 if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \
304 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
306 if test -f $$file; then \
322 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
328 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
329 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
332 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
370 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
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 \
377 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
380 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \