help.c: Add support for htmldir relative to git_exec_path()
authorSteffen Prohaska <redacted>
Sun, 13 Jul 2008 20:31:19 +0000 (22:31 +0200)
committerJunio C Hamano <redacted>
Sun, 13 Jul 2008 21:41:28 +0000 (14:41 -0700)
commit868da8d5e329c951f0d0cd049a8f9fecda64d388
tree18d55f27096c7ac73827e0b9dc55ed921b886846
parent2de9de5e4ae1353f1552f61cf8cf532e3f1dc5f6
help.c: Add support for htmldir relative to git_exec_path()

If htmldir (in the Makefile) is a relative path, this path will now be
interpreted relative to git_exec_path.  This can be used to create an
installation that can be moved to a different directory without
re-compiling.  The Windows installer (msysgit) is an example for such
a setup.

Note that the Makefile maps htmldir to the define GIT_HTML_PATH.

Signed-off-by: Steffen Prohaska <redacted>
Signed-off-by: Johannes Sixt <redacted>
Signed-off-by: Junio C Hamano <redacted>
help.c
git clone https://git.99rst.org/PROJECT