]> Lady’s Gitweb - Gitweb/commitdiff
gitweb/Makefile: Include gitweb/config.mak
authorJakub Narebski <redacted>
Sun, 26 Sep 2010 13:02:24 +0000 (15:02 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:30 +0000 (00:51 -0400)
Allow for gitweb-specific Makefile config to reside in config.mak file
in the 'gitweb/' subdirectory.  This means that gitweb-specific
build-time configuration variable can reside in gitweb-specific
gitweb/config.mak

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile

index 3eb5f5571ef34cfcb9dd1ce9d696ca44068cd7df91084406e73484c0db4efb35..4a08f4257d82480ed4b2b6bec4647f41277fe3e51efe8127ed77764fc05e7d23 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ HIGHLIGHT_BIN = highlight
 # include user config
 -include ../config.mak.autogen
 -include ../config.mak
+-include config.mak
 
 # determine version
 ../GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
This page took 0.229009 seconds and 4 git commands to generate.