diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 4df95b4..d86d131 100644 --- a/Makefile +++ b/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | all:: | 1 | all:: |
2 | 2 | ||
3 | CGIT_VERSION = v0.9.1 | 3 | CGIT_VERSION = v0.9.2 |
4 | CGIT_SCRIPT_NAME = cgit.cgi | 4 | CGIT_SCRIPT_NAME = cgit.cgi |
5 | CGIT_SCRIPT_PATH = /var/www/htdocs/cgit | 5 | CGIT_SCRIPT_PATH = /var/www/htdocs/cgit |
6 | CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) | 6 | CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) |
@@ -37,7 +37,7 @@ DOC_PDF = $(patsubst %.txt,%.pdf,$(MAN_TXT)) | |||
37 | # | 37 | # |
38 | -include cgit.conf | 38 | -include cgit.conf |
39 | 39 | ||
40 | export CGIT_SCRIPT_NAME CGIT_SCRIPT_PATH CGIT_DATA_PATH CGIT_CONFIG CACHE_ROOT | 40 | export CGIT_VERSION CGIT_SCRIPT_NAME CGIT_SCRIPT_PATH CGIT_DATA_PATH CGIT_CONFIG CACHE_ROOT |
41 | 41 | ||
42 | # | 42 | # |
43 | # Define a way to invoke make in subdirs quietly, shamelessly ripped | 43 | # Define a way to invoke make in subdirs quietly, shamelessly ripped |