commit | 8ea7ad694be942350457197357127ed81b2550fe | [log] [tgz] |
---|---|---|
author | Michael J Gruber <git@drmicha.warpmail.net> | Tue Feb 10 16:14:13 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Feb 10 22:25:54 2009 -0800 |
tree | 199209d31ae5b691db1924262d20cee1c9edfd70 | |
parent | 75f3ff2eeaba820b37016f464b6d1078cb6260e2 [diff] |
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 <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>