From: Bruce Momjian Date: Thu, 17 Dec 1998 16:37:04 +0000 (+0000) Subject: Remove need for doc 'install man' in INSTALL file. install does both X-Git-Tag: REL6_5~893 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c29d0f31b48bc26e0354388aef05ac2792a03333;p=postgresql Remove need for doc 'install man' in INSTALL file. install does both html and man. --- diff --git a/INSTALL b/INSTALL index d6f756f82f..417eb12e95 100644 --- a/INSTALL +++ b/INSTALL @@ -506,16 +506,14 @@ Installation Procedure Tip: Of course, you may type these three lines all on the same line. - 12. Install the HTML documentation. Type + 12. Install the man and HTML documentation. Type $ cd /usr/src/pgsql/doc $ gmake install The documentation is also available in Postscript format. Look for files ending with .ps.gz in the same directory. - 13. Install the man page documentation. Type - $ cd /usr/src/pgsql/doc - $ gmake man + 13. 14. Compile the program. Type $ cd /usr/src/pgsql/src diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml index 5f0caf72ef..012d25da61 100644 --- a/doc/src/sgml/install.sgml +++ b/doc/src/sgml/install.sgml @@ -514,7 +514,8 @@ $ ./configure --prefix=/opt/postgres \ -Install the HTML documentation. Type +Install the man and +HTML documentation. Type $ cd /usr/src/pgsql/doc @@ -525,15 +526,6 @@ $ gmake install The documentation is also available in Postscript format. Look for files ending with .ps.gz in the same directory. - - -Install the man page documentation. Type - - -$ cd /usr/src/pgsql/doc -$ gmake man - - Compile the program. Type