'locale' targets: Fix 'sort-locals'

Origin commit data
------------------
Branch: ni/coolstream
Commit: 77bccfce64
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-08-11 (Sat, 11 Aug 2012)

Origin message was:
------------------
* 'locale' targets: Fix 'sort-locals'

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2012-08-11 01:13:30 +02:00
parent ee19eca327
commit 1685a1dcaa

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
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
cp -f deutsch.locale english.locale $(top_srcdir)/data/locale
ordercheck: $(top_srcdir)/data/locale/deutsch.locale
cut -d' ' -f1 $(top_srcdir)/data/locale/deutsch.locale | LC_ALL=C sort | uniq > /tmp/log