On some installations the CSS fails to be linked correctly when path_info is enabled, since the link refers to "gitweb.css", whereas it should be "${my_uri}/gitweb.css". Fix by setting the appropriate default in the Makefile. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@xxxxxxxxx> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 4ef8234..4f60de9 100644 --- a/Makefile +++ b/Makefile @@ -215,7 +215,7 @@ GITWEB_STRICT_EXPORT = GITWEB_BASE_URL = GITWEB_LIST = GITWEB_HOMETEXT = indextext.html -GITWEB_CSS = gitweb.css +GITWEB_CSS = $${my_uri}/gitweb.css GITWEB_LOGO = git-logo.png GITWEB_FAVICON = git-favicon.png GITWEB_SITE_HEADER = -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html