From: Bruce Momjian Date: Wed, 25 Jun 1997 21:16:24 +0000 (+0000) Subject: MANPATH cleanup. X-Git-Tag: REL6_1_1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b977e15f9f4f15c18fb18f86b4a4663136136e62;p=thirdparty%2Fpostgresql.git MANPATH cleanup. --- diff --git a/INSTALL b/INSTALL index e5b9116d7a5..494e66b0018 100644 --- a/INSTALL +++ b/INSTALL @@ -340,7 +340,7 @@ To upgrade to PostgreSQL v6.1 do the following: Add the following lines to your login shell, ~/.bash_profile: PATH=$PATH:/usr/local/pgsql/bin - MANPATH=/usr/local/pgsql/man + MANPATH=$MANPATH:/usr/local/pgsql/man PGLIB=/usr/local/pgsql/lib PGDATA=/usr/local/pgsql/data export PATH MANPATH PGLIB PGDATA