Обсуждение: pgsql: Clean gettext-files file in clean target

Поиск
Список
Период
Сортировка

pgsql: Clean gettext-files file in clean target

От
Peter Eisentraut
Дата:
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(-)