diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2004-01-04 16:43:52 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2004-01-04 16:43:52 +0000 |
commit | a7b30b9c489d624e127db6ff7026587acfeb8a15 (patch) | |
tree | a71d843b0cf0c832188c34610a44eb8880b02fc2 /doc/src | |
parent | 40417169ba39af18cbf05a6c9f90ffe839034ca2 (diff) | |
download | postgresql-a7b30b9c489d624e127db6ff7026587acfeb8a15.tar.gz postgresql-a7b30b9c489d624e127db6ff7026587acfeb8a15.zip |
Correct gettext URL.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 226b0d2ce58..ec54cb7377d 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.190 2003/12/23 18:13:17 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.191 2004/01/04 16:43:52 petere Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -257,7 +257,7 @@ JAVACMD=$JAVA_HOME/bin/java class="osname">Linux</>, <systemitem class="osname">NetBSD</>, <systemitem class="osname">Solaris</>), for other systems you can download an add-on package from here: <ulink - url="http://www.postgresql.org/~petere/gettext.html" ></ulink>. + url="http://developer.postgresql.org/~petere/bsd-gettext/" ></ulink>. If you are using the <application>Gettext</> implementation in the <acronym>GNU</acronym> C library then you will additionally need the <productname>GNU Gettext</productname> package for some |