1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Added --htmldir option to pg_config, equivalent to the new configure option.

This commit is contained in:
Peter Eisentraut
2008-02-18 14:51:48 +00:00
parent a9bc069c0b
commit 84ce707ba8
5 changed files with 41 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.27 2007/02/20 15:01:17 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.28 2008/02/18 14:51:48 petere Exp $ -->
<refentry id="app-pgconfig">
<refmeta>
@ -57,9 +57,16 @@
<term><option>--docdir</option></>
<listitem>
<para>
Print the location of documentation files. (This will be an empty
string if <literal>--without-docdir</> was specified when
<productname>PostgreSQL</> was built.)
Print the location of documentation files.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--htmldir</option></>
<listitem>
<para>
Print the location of HTML documentation files.
</para>
</listitem>
</varlistentry>
@ -284,6 +291,7 @@
<option>--cflags</option>, <option>--cflags_sl</option>,
<option>--ldflags</option>, <option>--ldflags_sl</option>,
and <option>--libs</option> are new in <productname>PostgreSQL</> 8.1.
The option <option>--htmldir</option> is new in <productname>PostgreSQL</> 8.4.
</para>
<para>