diff options
| author | Ted Gould <ted@canonical.com> | 2009-08-27 09:42:59 -0500 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-08-27 09:42:59 -0500 |
| commit | 01b023c84f8762d501716d15b3aceec047466627 (patch) | |
| tree | eb3c3c8d427f1d8d804046290c58d7f79d410566 /po | |
| parent | f5c8526e3bb73345242ea37c337562182351020b (diff) | |
| parent | 9e5b9b3ce66ff01c8395ea28bc227bb34cb50f8e (diff) | |
| download | libdbusmenu-01b023c84f8762d501716d15b3aceec047466627.tar.gz libdbusmenu-01b023c84f8762d501716d15b3aceec047466627.tar.bz2 libdbusmenu-01b023c84f8762d501716d15b3aceec047466627.zip | |
Merging in the branch to add a simple type system to dbusmenu and use it to make a better GTK library, including showing and hiding items.
Diffstat (limited to 'po')
| -rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index c7e8302..402a25f 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -56,7 +56,7 @@ ALL_LINGUAS = @ALL_LINGUAS@ PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) -USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi) +USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi) USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done) |
