the repository which powers this website
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 <[email protected]>
John Keeping 2013-04-08
parent a92678b · commit cfb77e9
-rw-r--r--cgit.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.mk b/cgit.mk
index e1aed63a..bf3bbb1c 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.