aboutsummaryrefslogtreecommitdiff
path: root/src/backend/po/Makefile
blob: 14e4c28d15a911f65245f34e1a982900f9c69aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Header: /cvsroot/pgsql/src/backend/po/Attic/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