diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-12-17 16:37:04 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-12-17 16:37:04 +0000 |
| commit | c29d0f31b48bc26e0354388aef05ac2792a03333 (patch) | |
| tree | 6c6fc51578db97161db93eaa7591c15f497aaafa /doc/src | |
| parent | 597205c353f4003b9f1e797ca6583cc63656f485 (diff) | |
Remove need for doc 'install man' in INSTALL file. install does both
html and man.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/install.sgml | 12 |
1 files changed, 2 insertions, 10 deletions
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 |
