~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to i18n/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-30 12:27:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730122716-fddbh42on721bbs2
Tags: 1.10.0-1
* New upstream release.
* Adjusted watch file to match release candidates.
* Updated to Standards-Version 3.8.2:
  - Moved to Section: database.
  - Add DEB_BUILD_OPTIONS support for parallel building.
  - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
* pgagent got split into its own separate source package by upstream.
* Exclude Docs.vcproj from installation.
* Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
  in there too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#
19
19
# pgAdmin III - PostgreSQL Tools
20
20
# $Id: Makefile.am 4920 2006-01-17 22:25:13Z dpage $
21
 
# Copyright (C) 2002 - 2008, The pgAdmin Development Team
22
 
# This software is released under the Artistic Licence
 
21
# Copyright (C) 2002 - 2009, The pgAdmin Development Team
 
22
# This software is released under the BSD Licence
23
23
#
24
24
# Makefile.am - Makefile for *nix systems
25
25
#
105
105
PATH_SEPARATOR = @PATH_SEPARATOR@
106
106
PG_CONFIG = @PG_CONFIG@
107
107
POW_LIB = @POW_LIB@
 
108
RANLIB = @RANLIB@
108
109
SET_MAKE = @SET_MAKE@
109
110
SHELL = @SHELL@
110
111
STRIP = @STRIP@
156
157
mkdir_p = @mkdir_p@
157
158
oldincludedir = @oldincludedir@
158
159
pdfdir = @pdfdir@
 
160
pgScript_LDADD = @pgScript_LDADD@
159
161
pgadmin3_LDADD = @pgadmin3_LDADD@
160
162
pgagent_LDADD = @pgagent_LDADD@
 
163
pgsTest_LDADD = @pgsTest_LDADD@
161
164
prefix = @prefix@
162
165
program_transform_name = @program_transform_name@
163
166
psdir = @psdir@
166
169
srcdir = @srcdir@
167
170
sysconfdir = @sysconfdir@
168
171
target_alias = @target_alias@
 
172
top_build_prefix = @top_build_prefix@
169
173
top_builddir = @top_builddir@
170
174
top_srcdir = @top_srcdir@
171
 
PUB_TX = af_ZA bg_BG ca_ES de_DE es_ES fi_FI fr_FR gl_ES it_IT ja_JP ko_KR nl_NL pl_PL pt_BR pt_PT ru_RU sr_YU zh_CN zh_TW
 
175
PUB_TX = af_ZA bg_BG ca_ES cs_CZ de_DE es_ES fi_FI fr_FR gl_ES it_IT ja_JP ko_KR lv_LV nl_NL pl_PL pt_BR pt_PT ru_RU sr_RS zh_CN zh_TW
172
176
EXTRA_DIST = \
173
177
        $(srcdir)/wxstd.pot \
174
178
        $(srcdir)/??_??/pgadmin3.po \