]> granicus.if.org Git - postgresql/commitdiff
Remove need for doc 'install man' in INSTALL file. install does both
authorBruce Momjian <bruce@momjian.us>
Thu, 17 Dec 1998 16:37:04 +0000 (16:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 17 Dec 1998 16:37:04 +0000 (16:37 +0000)
html and man.

INSTALL
doc/src/sgml/install.sgml

diff --git a/INSTALL b/INSTALL
index d6f756f82fa609609eacbf2224ba9c4354a90d46..417eb12e9551967d760312014c29b612b2495c83 100644 (file)
--- 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.     <removed>
 
        14.     Compile the program. Type 
          $ cd /usr/src/pgsql/src
index 5f0caf72efed4f6aa0f69f558d9614f23c484eb1..012d25da6112fd98f41a275a9f3e913698fbcce4 100644 (file)
@@ -514,7 +514,8 @@ $ ./configure --prefix=/opt/postgres \
 
 <Step Performance="required">
 <Para>
-Install the <acronym>HTML</acronym> documentation. Type
+Install the <application>man</application> and
+<acronym>HTML</acronym> documentation. Type
 
 <ProgramListing>
 $ cd /usr/src/pgsql/doc
@@ -525,15 +526,6 @@ $ gmake install
 The documentation is also available in Postscript format. Look for files
 ending with <filename>.ps.gz</filename> in the same directory.
 
-<Step Performance="optional">
-<Para>
-Install the man page documentation. Type
-
-<ProgramListing>
-$ cd /usr/src/pgsql/doc
-$ gmake man
-</ProgramListing>
-
 <Step Performance="required">
 <Para>
 Compile the program.  Type