summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2010-01-28 23:59:52 +0000
committerAndrew Dunstan <andrew@dunslane.net>2010-01-28 23:59:52 +0000
commit7523960d639a4e59af3afc93e32f6460883f6641 (patch)
treea57701a811efca00c3c6719734c8c7ffa5859179 /Makefile
parente7b3349a8ad7afaad565c573fbd65fb46af6abbe (diff)
downloadpostgresql-7523960d639a4e59af3afc93e32f6460883f6641.tar.gz
Add new make targets "world", "install-world" and "installcheck-world" to build, install and check just about everything.
In addition to everything built installed and tested by all, install and installcheck targets, these build HTML Docs, build and test contrib, and test PLs and ECPG.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbf5de05a6..b5b2ea54c0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# GNUmakefile won't exist yet, so we catch that case as well.
-all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean dist distcheck:
+all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean dist distcheck world install-world installcheck-world:
@if [ ! -f GNUmakefile ] ; then \
echo "You need to run the 'configure' program first. See the file"; \
echo "'INSTALL' for installation instructions." ; \