mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
locale: move scripts to subdir 'helpers/'
Origin commit data
------------------
Branch: ni/coolstream
Commit: f0bfe2167c
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Origin message was:
------------------
- locale: move scripts to subdir 'helpers/'
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -43,11 +43,11 @@ ordercheck: $(top_srcdir)/data/locale/$(master.locale)
|
||||
|
||||
locals.h: ordercheck
|
||||
cut -d' ' -f1 $(top_srcdir)/data/locale/$(master.locale) | LC_ALL=C sort | uniq | tr [:lower:] [:upper:] | tr \. \_ | tr \- \_ | tr -d \? | \
|
||||
$(top_srcdir)/data/locale/create.locals.h
|
||||
$(top_srcdir)/data/locale/helpers/create-locals.h
|
||||
|
||||
locals_intern.h: ordercheck
|
||||
cut -d' ' -f1 $(top_srcdir)/data/locale/$(master.locale) | LC_ALL=C sort | uniq | \
|
||||
$(top_srcdir)/data/locale/create.locals_intern.h
|
||||
$(top_srcdir)/data/locale/helpers/create-locals_intern.h
|
||||
|
||||
check: locals.h locals_intern.h
|
||||
diff locals.h $(top_srcdir)/src/system
|
||||
|
Reference in New Issue
Block a user