pgsql: Make init-po and update-po recursive make targets

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make init-po and update-po recursive make targets
Date: 2012-06-29 11:04:26
Message-ID: E1SkYzy-0007dD-Lj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make init-po and update-po recursive make targets

This is for convenience, now that adding recursive targets is much
easier than it used to be when the NLS stuff was initially added.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b344c651fb87cb7c7f9f59b714e2879e777caf66

Modified Files
--------------
GNUmakefile.in | 2 +-
src/Makefile.global.in | 2 +-
src/pl/plpgsql/Makefile | 5 +++--
3 files changed, 5 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2012-06-29 16:12:07 pgsql: pg_dump: Fix verbosity level in LO progress messages
Previous Message Tom Lane 2012-06-29 04:52:14 pgsql: Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.