Skip to content

Commit 9b93aeb

Browse files
jnarebgitster
authored andcommitted
gitweb/Makefile: Include gitweb/config.mak
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 958a846 commit 9b93aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitweb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ GITWEB_SITE_FOOTER =
3939
# include user config
4040
-include ../config.mak.autogen
4141
-include ../config.mak
42+
-include config.mak
4243

4344
# determine version
4445
../GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE

0 commit comments

Comments
 (0)