summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 4739bbf83f..c770a2b4ab 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.23 2001/11/21 23:19:25 momjian Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.23.2.1 2005/08/16 03:33:39 tgl Exp $
#
subdir =
@@ -16,7 +16,7 @@ all:
install:
$(MAKE) -C doc install
$(MAKE) -C src install
- @cat $(srcdir)/register.txt
+ @echo "PostgreSQL installation complete."
installdirs uninstall distprep:
$(MAKE) -C doc $@