summaryrefslogtreecommitdiff
path: root/build-aux/po
Commit message (Collapse)AuthorAgeFilesLines
* Update build-aux/po/Makefile.in.in.Bruno Haible2023-02-051-6/+13
| | | | | | | | | | Reported by Reuben Thomas <rrt@sc3d.org> in <https://lists.gnu.org/archive/html/bug-gnulib/2023-02/msg00020.html>. * build-aux/po/Makefile.in.in: Sync from GNU gettext 0.21.1. Fixes: - In the .po -> .gmo rules, consider the newest changes to the POT file. - Emit a warning when creating a tarball without POT file.
* maint: run 'make update-copyright'Simon Josefsson2023-01-012-2/+2
|
* maint: run 'make update-copyright'Paul Eggert2022-01-012-2/+2
|
* maint: run 'make update-copyright'Paul Eggert2020-12-312-2/+2
|
* maint: Run 'make update-copyright'Paul Eggert2019-12-312-2/+2
|
* bootstrap: Keep in sync with the 'gettext' module.Bruno Haible2019-08-242-46/+59
| | | | | | | | Reported by Assaf Gordon in <https://lists.gnu.org/archive/html/bug-gnulib/2019-08/msg00045.html>. * build-aux/po/Makefile.in.in: Update to gettext 0.20. * build-aux/po/remove-potcdate.sin: Likewise.
* maint: Run 'make update-copyright'Paul Eggert2019-01-012-2/+2
|
* gettext po infrastructure: Update from current gettext git.Bruno Haible2018-06-172-8/+21
| | | | | | | | Reported by Akim Demaille <akim@lrde.epita.fr>. * build-aux/po/Makefile.in.in: Update from current gettext git. * build-aux/po/remove-potcdate.sin: Likewise. * config/srclist.txt: Temporarily disable sync for these files.
* autoupdate (gettext-0.19.8.1)Karl Berry2016-06-131-1/+1
|
* autoupdateKarl Berry2015-12-311-2/+7
|
* autoupdateKarl Berry2015-10-241-1/+6
|
* autoupdateKarl Berry2015-07-201-2/+2
|
* gettext: propagate po/Makefile.in.in tooPaul Eggert2015-04-251-23/+47
| | | | | | | * build-aux/po/Makefile.in.in: Copy from latest gettext. * config/srclist.txt: In build-aux/po, copy Makefile.in.in and remove-potcdate.sin from $GETTEXT. This fixes a version mismatch between Makefile.in.in and the gettext-runtime m4 files.
* gettext: avoid obsolete macro AM_PROG_MKDIR_PPaul Eggert2012-12-231-5/+8
| | | | | | | | | | | It is obsolete and is planned to be removed from Automake 1.14; see <http://lists.gnu.org/archive/html/automake/2012-12/msg00029.html>. * build-aux/po/Makefile.in.in (install-data, install-data-yes) (installdirs-data, installdirs-data-yes): Use $(MKDIR_P), not $(mkdir_p). * m4/intl.m4 (AM_INTL_SUBDIR): * m4/po.m4 (AM_PO_SUBDIRS): Require AC_PROG_MKDIR_P, not AM_PROG_MKDIR_P.
* Fix recursion of install-* into po directories.Joel E. Denny2012-04-161-0/+1
| | | | | | | Bison's install-pdf bug reported by Hans Aberg at <http://lists.gnu.org/archive/html/bug-bison/2011-05/msg00008.html>. * build-aux/po/Makefile.in.in (install-dvi, install-html) (install-info, install-pdf, install-ps): New targets.
* po/Makefile.in.in: fix make -q problemPaul Eggert2011-08-111-3/+4
| | | | | | | | | * build-aux/po/Makefile.in.in (check-macro-version): Remove this rule, since there's no file named 'check-macro-version' and its use as a file breaks make -q. (all): Don't depend on check-macro-version. (CHECK_MACRO_VERSION): New macro. (stamp-po): Use it.
* Update to GNU gettext 0.18, part 2.Bruno Haible2010-05-251-12/+27
|
* Update from last gettext release.Bruno Haible2009-02-281-8/+34
|
* po directory infrastructure, copied from GNU gettext 0.16.1.Bruno Haible2007-07-192-0/+422