From 726cc70215203e4941ee2981f10b556365248811 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 16 Jan 2019 17:25:31 -0200 Subject: [PATCH] Installing translation files with the devel. --- Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 0f34db6..54c7328 100644 --- a/Makefile.in +++ b/Makefile.in @@ -320,7 +320,8 @@ install-static: \ $(DESTDIR)$(libdir)/$(LIBNAME)-static.a install-dev: \ - install-shared + install-shared \ + $(POTDIR)/$(LIBNAME).pot @$(LN_S) \ $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ \ @@ -344,6 +345,10 @@ install-dev: \ libv3270.pc \ $(DESTDIR)$(libdir)/pkgconfig/libv3270.pc + # Install translation files + @$(MKDIR) $(DESTDIR)$(datarootdir)/pw3270/pot + @$(INSTALL_DATA) $(POTDIR)/$(LIBNAME).pot $(DESTDIR)$(datarootdir)/pw3270/pot/$(LIBNAME).pot + install-glade: @mkdir -p $(DESTDIR)$(datarootdir)/glade/catalogs -- libgit2 0.21.2