Skip to content

Commit 8ea7ad6

Browse files
Michael J Grubergitster
authored andcommitted
Fix the installation path for html documentation
026fa0d (Move computation of absolute paths from Makefile to runtime in preparation for RUNTIME_PREFIX, 2009-01-18) broke the installation of html documentation. A relative htmldir is given to Documentation/Makefile and html documentations are installed in a subdirectory of "Documentation" in the source tree. Fix this by not exporting htmldir from Makefile; this allows Documentation/Makefile to compute the htmldir from the prefix. Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 75f3ff2 commit 8ea7ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ GITWEB_FAVICON = git-favicon.png
228228
GITWEB_SITE_HEADER =
229229
GITWEB_SITE_FOOTER =
230230

231-
export prefix bindir sharedir htmldir sysconfdir
231+
export prefix bindir sharedir sysconfdir
232232

233233
CC = gcc
234234
AR = ar

0 commit comments

Comments
 (0)