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

Lines Matching full:then

128 	if test "$(PACKAGE)" = "gettext"; then \
146 if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
150 if test -n "$$lc"; then \
151 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
157 if test -f $$file; then \
163 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
184 if test "$(PACKAGE)" = "gettext"; then \
199 if test -n "$$lc"; then \
200 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
206 if test -f $$file; then \
212 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
229 if test "$(PACKAGE)" = "gettext"; then \
272 if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \
273 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
275 if test -f $$file; then \
291 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
297 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
298 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
301 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
339 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
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 \
346 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
349 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \