~ubuntu-branches/ubuntu/trusty/postgresql-8.4/trusty

« back to all changes in this revision

Viewing changes to src/bin/scripts/nls.mk

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-11 16:59:35 UTC
  • mfrom: (5.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090711165935-jfwin6gfrxf0gfsi
Tags: 8.4.0-2
* debian/libpq-dev.install: Ship catalog/genbki.h. (Closes: #536139)
* debian/rules: Drop --enable-cassert for final release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $PostgreSQL: pgsql/src/bin/scripts/nls.mk,v 1.22 2009/04/09 19:38:52 petere Exp $
 
1
# $PostgreSQL: pgsql/src/bin/scripts/nls.mk,v 1.23 2009/06/26 19:33:51 petere Exp $
2
2
CATALOG_NAME    := pgscripts
3
 
AVAIL_LANGUAGES := cs de es fr it ja ko pt_BR ro ru sk sl sv ta tr zh_CN zh_TW
 
3
AVAIL_LANGUAGES := cs de es fr ja ko pt_BR ro sv ta tr
4
4
GETTEXT_FILES   := createdb.c createlang.c createuser.c \
5
5
                   dropdb.c droplang.c dropuser.c \
6
6
                   clusterdb.c vacuumdb.c reindexdb.c \