From d0eb69ad461cb92c315b6d2868a3caa8df4ccd67 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 ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/735448702da62e9df88d85bc11045ae614119197 Author: Stefan Seyfried Date: 2016-01-03 (Sun, 03 Jan 2016) --- 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