mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
* 'locale' targets: Fix 'sort-locals'
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user