From 2e3f85931527ca13cb6222bab10898e995d75aaa Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 3 Jan 2016 16:21:24 +0100 Subject: [PATCH] add top-level "locale-update" convenience target Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/735448702da62e9df88d85bc11045ae614119197 Author: Stefan Seyfried Date: 2016-01-03 (Sun, 03 Jan 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1356a4690..3f904ffde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,6 @@ AUTOMAKE_OPTIONS = gnu SUBDIRS = lib src data + +locale-update: + make -C $(top_builddir)/data/locale install-locals