diff --git a/Makefile.in b/Makefile.in index bafb7f0..cb471bd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,9 +114,19 @@ install-linux-lib: install-static: @$(MAKE) -C client DESTDIR=$(DESTDIR) install-static -install-devel: +install-devel: \ + locale/$(LIBNAME).pot + @$(MAKE) -C client DESTDIR=$(DESTDIR) install-devel + # Install translation files + @$(MKDIR) \ + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot + + @$(INSTALL_DATA) \ + locale/$(LIBNAME).pot \ + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot + install-windows-lib: @$(MAKE) -C client DESTDIR=$(DESTDIR) install-windows-lib diff --git a/configure.ac b/configure.ac index 3e96499..699af36 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_PREREQ(2.61) dnl Initialise automake with the package name, version and dnl bug-reporting address. -AC_INIT([ipc3270], [5.2], [perry.werneck@gmail.com]) +AC_INIT([ipc3270], [5.3], [perry.werneck@gmail.com]) dnl Place auxilliary scripts here. AC_CONFIG_AUX_DIR([scripts]) -- libgit2 0.21.2