pgsql: Clean gettext-files file in clean target - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Clean gettext-files file in clean target
Date
Msg-id E1RODLx-0001KM-C9@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix compiler warning.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix bugs in the COPY heap-insert batching patch.