diff options
Diffstat (limited to 'src/port/path.c')
| -rw-r--r-- | src/port/path.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/port/path.c b/src/port/path.c index d353e6e17d1..b3b757fd52c 100644 --- a/src/port/path.c +++ b/src/port/path.c @@ -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 $ * *------------------------------------------------------------------------- */ @@ -600,6 +600,15 @@ get_doc_path(const char *my_exec_path, char *ret_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 */ void |
