summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-12-17 16:37:35 +0000
committerBruce Momjian <bruce@momjian.us>1998-12-17 16:37:35 +0000
commit673d7f6b4aa81a8cb57886bee817445a5bed99aa (patch)
treee809e3be82c38eb4f8ff97b8b47022ab6c6e3928
parent38f255dc2255b47c5f1bbbb8eba512c5490c1643 (diff)
Remove need for doc 'install man' in INSTALL file. install does both
html and man.
-rw-r--r--INSTALL6
-rw-r--r--doc/src/sgml/install.sgml12
2 files changed, 4 insertions, 14 deletions
diff --git a/INSTALL b/INSTALL
index d6f756f82fa..417eb12e955 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. <removed>
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 5f0caf72efe..012d25da611 100644
--- a/doc/src/sgml/install.sgml
+++ b/doc/src/sgml/install.sgml
@@ -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