[glade/wip/inigomartinez/improve-install: 2/2] autotools: Fix Gettext files installation
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/wip/inigomartinez/improve-install: 2/2] autotools: Fix Gettext files installation
- Date: Wed, 17 Jul 2019 18:49:18 +0000 (UTC)
commit b7d24fbab74e1b265d5400044aef25174d5fa6bb
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Mon Apr 1 08:19:12 2019 +0200
autotools: Fix Gettext files installation
Gettext files are not installed in autotools. This has been fixed
so they are now installed properly.
data/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index b906c9ac..e345a9f2 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -18,12 +18,12 @@ $(appdata_DATA): $(appdata_in_files)
$(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
its_filesdir = $(datadir)/gettext/its
-its_files = \
+its_files_DATA = \
gettext/its/glade-catalog.its \
gettext/its/glade-catalog.loc
EXTRA_DIST = \
- $(its_files) \
+ $(its_files_DATA) \
$(appdata_in_files) \
$(desktop_in_files) \
gladeui-2.0.pc.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]