diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2003-10-13 21:39:41 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2003-10-13 21:39:41 +0000 |
commit | 014a0a3da1296104cfde959fa4cd1673cb557ad5 (patch) | |
tree | b448ec957b689ed63ce1e792bd5480714460e59d | |
parent | 27318d8873670b7732f773b1a95b44ae927c9d54 (diff) | |
download | postgresql-014a0a3da1296104cfde959fa4cd1673cb557ad5.tar.gz postgresql-014a0a3da1296104cfde959fa4cd1673cb557ad5.zip |
Remove registration message, after discussion concluded that it was of
little use.
-rw-r--r-- | GNUmakefile.in | 4 | ||||
-rw-r--r-- | register.txt | 24 |
2 files changed, 2 insertions, 26 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 30a3459ab56..215b198cf79 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.34 2003/08/05 04:55:58 pgsql Exp $ +# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.35 2003/10/13 21:39:41 petere 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 $@ diff --git a/register.txt b/register.txt deleted file mode 100644 index 055cec25075..00000000000 --- a/register.txt +++ /dev/null @@ -1,24 +0,0 @@ - -PostgreSQL has a web site at http://www.postgresql.org/ which carries details -on the latest release, upcoming features, and other information to make your -work or play with PostgreSQL more productive. - -Please check the following URL for a listing of the current user-support -mailing lists: - - http://www.postgresql.org/lists.html - -All of the mailing lists are currently archived and viewable at: - - http://archives.postgresql.org/ - -And, so that we have an idea of who is using what, please connect to the -following registration URL: - - http://www.pgsql.com/register/submit.php - - -Thank you for choosing PostgreSQL, the most advanced open source database -engine. - - |