locale: fix(?) circular dep, don't install unmaintained locales

Origin commit data
------------------
Branch: ni/coolstream
Commit: a41951961a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-11-03 14:15:29 +01:00
parent 67b6eea0a7
commit e8d29fa0fd

View File

@@ -21,7 +21,7 @@ locale_unmaintained = \
unmaintained/svenska.locale
install_DATA = $(locale)
install_DATA += $(locale_unmaintained)
# install_DATA += $(locale_unmaintained)
if MAINTAINER_MODE
@@ -31,7 +31,7 @@ master.locale=english.locale
locals: sort-locals work-locals locals.h locals_intern.h
$(master.locale) \
sort-locals: $(top_srcdir)/data/locale/$(master.locale)
sort-locals:
for locale in $(locale); do \
cat $(top_srcdir)/data/locale/$${locale} | LC_ALL=C sort | uniq > $${locale}; \
done