mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Added --htmldir option to pg_config, equivalent to the new configure option.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/port/path.c,v 1.74 2008/01/01 19:46:00 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/port/path.c,v 1.75 2008/02/18 14:51:48 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -599,6 +599,15 @@ get_doc_path(const char *my_exec_path, char *ret_path)
|
||||
make_relative_path(ret_path, DOCDIR, PGBINDIR, my_exec_path);
|
||||
}
|
||||
|
||||
/*
|
||||
* get_html_path
|
||||
*/
|
||||
void
|
||||
get_html_path(const char *my_exec_path, char *ret_path)
|
||||
{
|
||||
make_relative_path(ret_path, HTMLDIR, PGBINDIR, my_exec_path);
|
||||
}
|
||||
|
||||
/*
|
||||
* get_man_path
|
||||
*/
|
||||
|
Reference in New Issue
Block a user