pgsql: Clean gettext-files file in clean target

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean gettext-files file in clean target
Date: 2011-11-09 18:58:29
Message-ID: E1RODLx-0001KM-C9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean gettext-files file in clean target

It used to be cleaned in maintainer-clean, but that is inconsistent
with other cleaning of NLS files in nls-global.mk, and it's also wrong
overall, because it's not part of the distribution tarball, which is
the base definition of the maintainer-clean target.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3ad2c8e1681ba34a7b764a356489fdc580dc553c

Modified Files
--------------
src/backend/nls.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-11-09 19:28:33 pgsql: Fix bugs in the COPY heap-insert batching patch.
Previous Message Heikki Linnakangas 2011-11-09 18:42:53 Re: [COMMITTERS] pgsql: In COPY, insert tuples to the heap in batches.