Commit 847a030e0a481446bed38a57d3ca70ff7abbaacc
1 parent
0f5b2d9a
Exists in
master
and in
1 other branch
Updating version
Adding translation files on devel package for use with win32 static library.
Showing
2 changed files
with
12 additions
and
2 deletions
Show diff stats
Makefile.in
| ... | ... | @@ -114,9 +114,19 @@ install-linux-lib: |
| 114 | 114 | install-static: |
| 115 | 115 | @$(MAKE) -C client DESTDIR=$(DESTDIR) install-static |
| 116 | 116 | |
| 117 | -install-devel: | |
| 117 | +install-devel: \ | |
| 118 | + locale/$(LIBNAME).pot | |
| 119 | + | |
| 118 | 120 | @$(MAKE) -C client DESTDIR=$(DESTDIR) install-devel |
| 119 | 121 | |
| 122 | + # Install translation files | |
| 123 | + @$(MKDIR) \ | |
| 124 | + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot | |
| 125 | + | |
| 126 | + @$(INSTALL_DATA) \ | |
| 127 | + locale/$(LIBNAME).pot \ | |
| 128 | + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot | |
| 129 | + | |
| 120 | 130 | install-windows-lib: |
| 121 | 131 | @$(MAKE) -C client DESTDIR=$(DESTDIR) install-windows-lib |
| 122 | 132 | ... | ... |
configure.ac
| ... | ... | @@ -31,7 +31,7 @@ AC_PREREQ(2.61) |
| 31 | 31 | |
| 32 | 32 | dnl Initialise automake with the package name, version and |
| 33 | 33 | dnl bug-reporting address. |
| 34 | -AC_INIT([ipc3270], [5.2], [perry.werneck@gmail.com]) | |
| 34 | +AC_INIT([ipc3270], [5.3], [perry.werneck@gmail.com]) | |
| 35 | 35 | |
| 36 | 36 | dnl Place auxilliary scripts here. |
| 37 | 37 | AC_CONFIG_AUX_DIR([scripts]) | ... | ... |