head	1.3;
access;
symbols
	REL7_2_8:1.2
	REL7_2_7:1.2
	REL7_2_6:1.2
	REL7_2_5:1.2
	REL7_2_4:1.2
	REL7_2_3:1.2
	REL7_2_STABLE:1.2.0.2
	REL7_2:1.2
	REL7_2_RC2:1.2
	REL7_2_RC1:1.2
	REL7_2_BETA5:1.2
	REL7_2_BETA4:1.2
	REL7_2_BETA3:1.2
	REL7_2_BETA2:1.2
	REL7_2_BETA1:1.2;
locks; strict;
comment	@# @;


1.3
date	2002.08.21.20.42.24;	author petere;	state dead;
branches;
next	1.2;

1.2
date	2001.09.10.22.25.48;	author petere;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.02.18.25.17;	author petere;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Move PO files into subdirectories separate from the source code.
@
text
@# $Header: /cvsroot/pgsql-server/src/backend/po/Makefile,v 1.2 2001/09/10 22:25:48 petere Exp $

subdir = src/backend/po
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global


gettext-files:
	find $(srcdir)/.. -name '*.c' -print >$@@

maintainer-clean:
	rm -f gettext-files
@


1.2
log
@Add explicit '-print' to 'find' commands.

(partially) from Ian Lance Taylor
@
text
@d1 1
a1 1
# $Header: /home/projects/pgsql/cvsroot/pgsql/src/backend/po/Makefile,v 1.1 2001/06/02 18:25:17 petere Exp $
@


1.1
log
@Native Language Support (NLS)

Use --enable-nls to turn it on; see installation instructions for details.
See developer's guide how to make use of it in programs and how to add
translations.

psql sources have been almost fully prepared and an incomplete German
translation has been provided.  In the backend, only elog() calls are
currently translatable, and the provided German translation file is more
of a placeholder.
@
text
@d1 1
a1 1
# $Header$
d9 1
a9 1
	find $(srcdir)/.. -name '*.c' >$@@
@
