cgit

commit cfb77e97fa63d709c81bc730ea47a06172d78669

Author: John Keeping <john@keeping.me.uk>

Makefile: re-include cgit.conf in cgit.mk

This avoids needed to export every variable that might be used in
cgit.mk from the top-level Makefile.

Signed-off-by: John Keeping <john@keeping.me.uk>

 cgit.mk | 2 ++


diff --git a/cgit.mk b/cgit.mk
index e1aed63a3adc9070fe61b5a514053dcbca541167..bf3bbb1c71b5c4a822df6f8e74c566707aec6263 100644
--- a/cgit.mk
+++ b/cgit.mk
@@ -5,6 +5,8 @@ include Makefile
 
 CGIT_PREFIX = ../
 
+-include $(CGIT_PREFIX)cgit.conf
+
 # The CGIT_* variables are inherited when this file is called from the
 # main Makefile - they are defined there.