mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove need for doc 'install man' in INSTALL file. install does both
html and man.
This commit is contained in:
6
INSTALL
6
INSTALL
@ -506,16 +506,14 @@ Installation Procedure
|
|||||||
Tip: Of course, you may type these three
|
Tip: Of course, you may type these three
|
||||||
lines all on the same line.
|
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
|
$ cd /usr/src/pgsql/doc
|
||||||
$ gmake install
|
$ gmake install
|
||||||
The documentation is also available in Postscript
|
The documentation is also available in Postscript
|
||||||
format. Look for files ending with .ps.gz in the
|
format. Look for files ending with .ps.gz in the
|
||||||
same directory.
|
same directory.
|
||||||
|
|
||||||
13. Install the man page documentation. Type
|
13. <removed>
|
||||||
$ cd /usr/src/pgsql/doc
|
|
||||||
$ gmake man
|
|
||||||
|
|
||||||
14. Compile the program. Type
|
14. Compile the program. Type
|
||||||
$ cd /usr/src/pgsql/src
|
$ cd /usr/src/pgsql/src
|
||||||
|
@ -514,7 +514,8 @@ $ ./configure --prefix=/opt/postgres \
|
|||||||
|
|
||||||
<Step Performance="required">
|
<Step Performance="required">
|
||||||
<Para>
|
<Para>
|
||||||
Install the <acronym>HTML</acronym> documentation. Type
|
Install the <application>man</application> and
|
||||||
|
<acronym>HTML</acronym> documentation. Type
|
||||||
|
|
||||||
<ProgramListing>
|
<ProgramListing>
|
||||||
$ cd /usr/src/pgsql/doc
|
$ cd /usr/src/pgsql/doc
|
||||||
@ -525,15 +526,6 @@ $ gmake install
|
|||||||
The documentation is also available in Postscript format. Look for files
|
The documentation is also available in Postscript format. Look for files
|
||||||
ending with <filename>.ps.gz</filename> in the same directory.
|
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">
|
<Step Performance="required">
|
||||||
<Para>
|
<Para>
|
||||||
Compile the program. Type
|
Compile the program. Type
|
||||||
|
Reference in New Issue
Block a user