* 'locale' targets: Fix 'sort-locals'

This commit is contained in:
micha-bbg
2012-08-11 01:13:30 +02:00
parent dd8b3e5f80
commit 77bccfce64

View File

@@ -26,6 +26,7 @@ locals: sort-locals locals.h locals_intern.h install-locals
sort-locals: $(top_srcdir)/data/locale/deutsch.locale $(top_srcdir)/data/locale/english.locale sort-locals: $(top_srcdir)/data/locale/deutsch.locale $(top_srcdir)/data/locale/english.locale
cat $(top_srcdir)/data/locale/deutsch.locale | LC_ALL=C sort | uniq > deutsch.locale cat $(top_srcdir)/data/locale/deutsch.locale | LC_ALL=C sort | uniq > deutsch.locale
cat $(top_srcdir)/data/locale/english.locale | LC_ALL=C sort | uniq > english.locale cat $(top_srcdir)/data/locale/english.locale | LC_ALL=C sort | uniq > english.locale
cp -f deutsch.locale english.locale $(top_srcdir)/data/locale
ordercheck: $(top_srcdir)/data/locale/deutsch.locale ordercheck: $(top_srcdir)/data/locale/deutsch.locale
cut -d' ' -f1 $(top_srcdir)/data/locale/deutsch.locale | LC_ALL=C sort | uniq > /tmp/log cut -d' ' -f1 $(top_srcdir)/data/locale/deutsch.locale | LC_ALL=C sort | uniq > /tmp/log