From 1685a1dcaa013d3d84e9a845ed085309bc7aa95c Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Sat, 11 Aug 2012 01:13:30 +0200 Subject: [PATCH] 'locale' targets: Fix 'sort-locals' Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/77bccfce6450fb5d0411608b19c2b99cb596f0f9 Author: Michael Liebmann 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 --- data/locale/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/data/locale/Makefile.am b/data/locale/Makefile.am index c45acb32c..50d9e1356 100644 --- a/data/locale/Makefile.am +++ b/data/locale/Makefile.am @@ -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