X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d6768a67093166810621d2521f10fd016bd75721..cfb77e97fa63d709c81bc730ea47a06172d78669:/cgit.mk diff --git a/cgit.mk b/cgit.mk index c8ecd3a..bf3bbb1 100644 --- a/cgit.mk +++ b/cgit.mk @@ -5,11 +5,13 @@ 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. $(CGIT_PREFIX)VERSION: force-version - @cd $(CGIT_PREFIX) && ./gen-version.sh "$(CGIT_VERSION)" + @cd $(CGIT_PREFIX) && '$(SHELL_PATH_SQ)' ./gen-version.sh "$(CGIT_VERSION)" -include $(CGIT_PREFIX)VERSION .PHONY: force-version