~ubuntu-branches/ubuntu/natty/postgresql-8.4/natty-updates

« back to all changes in this revision

Viewing changes to src/backend/nls.mk

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $PostgreSQL$
 
2
CATALOG_NAME    := postgres
 
3
AVAIL_LANGUAGES := af cs de es fr hr hu it ko nb nl pt_BR ro ru sk sl sv tr zh_CN zh_TW
 
4
GETTEXT_FILES   := + gettext-files
 
5
GETTEXT_TRIGGERS:= _ errmsg errdetail errdetail_log errhint errcontext write_stderr yyerror
 
6
 
 
7
gettext-files: distprep
 
8
        find $(srcdir)/ $(srcdir)/../port/ -name '*.c' -print >$@
 
9
 
 
10
my-maintainer-clean:
 
11
        rm -f gettext-files
 
12
 
 
13
.PHONY: my-maintainer-clean
 
14
maintainer-clean: my-maintainer-clean