File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -506,16 +506,14 @@ Installation Procedure
506506 Tip: Of course, you may type these three
507507 lines all on the same line.
508508
509- 12. Install the HTML documentation. Type
509+ 12. Install the man and HTML documentation. Type
510510 $ cd /usr/src/pgsql/doc
511511 $ gmake install
512512 The documentation is also available in Postscript
513513 format. Look for files ending with .ps.gz in the
514514 same directory.
515515
516- 13. Install the man page documentation. Type
517- $ cd /usr/src/pgsql/doc
518- $ gmake man
516+ 13. <removed>
519517
520518 14. Compile the program. Type
521519 $ cd /usr/src/pgsql/src
Original file line number Diff line number Diff line change @@ -514,7 +514,8 @@ $ ./configure --prefix=/opt/postgres \
514514
515515<Step Performance="required">
516516<Para>
517- Install the <acronym>HTML</acronym> documentation. Type
517+ Install the <application>man</application> and
518+ <acronym>HTML</acronym> documentation. Type
518519
519520<ProgramListing>
520521$ cd /usr/src/pgsql/doc
@@ -525,15 +526,6 @@ $ gmake install
525526The documentation is also available in Postscript format. Look for files
526527ending with <filename>.ps.gz</filename> in the same directory.
527528
528- <Step Performance="optional">
529- <Para>
530- Install the man page documentation. Type
531-
532- <ProgramListing>
533- $ cd /usr/src/pgsql/doc
534- $ gmake man
535- </ProgramListing>
536-
537529<Step Performance="required">
538530<Para>
539531Compile the program. Type
You can’t perform that action at this time.
0 commit comments