summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2006-04-03 18:47:41 +0000
committerPeter Eisentraut <peter_e@gmx.net>2006-04-03 18:47:41 +0000
commitc8c864c26148bc8b8f48c228152e657102f7cb2b (patch)
treede632260efeae11bd4b73f0eeee85243f588d491 /GNUmakefile.in
parentc9a2b6d4ca103552315ac51cb012161803574516 (diff)
downloadpostgresql-c8c864c26148bc8b8f48c228152e657102f7cb2b.tar.gz
Put flex'ed and bison'ed files in contrib in the distribution tarball, as
is done for the analogous files in the main distribution.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 62bbf57ba2..9065bc9864 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $PostgreSQL: pgsql/GNUmakefile.in,v 1.42 2005/05/01 06:15:51 neilc Exp $
+# $PostgreSQL: pgsql/GNUmakefile.in,v 1.43 2006/04/03 18:47:41 petere Exp $
#
subdir =
@@ -20,11 +20,17 @@ install:
$(MAKE) -C config $@
@echo "PostgreSQL installation complete."
-installdirs uninstall distprep:
+installdirs uninstall:
$(MAKE) -C doc $@
$(MAKE) -C src $@
$(MAKE) -C config $@
+distprep:
+ $(MAKE) -C doc $@
+ $(MAKE) -C src $@
+ $(MAKE) -C config $@
+ $(MAKE) -C contrib $@
+
# clean, distclean, etc should apply to contrib too, even though
# it's not built by default
clean: