summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2007-11-09 12:51:00 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-11-09 12:51:00 (UTC)
commit2919b91d20c80f92bf63bf19daace44ff2d2e9c9 (patch) (side-by-side diff)
treebde62b620a7c69fb1be72250f5633ff33fc52b66
parent9b18632b7ed0e7301d80638528758aa2f2c3467e (diff)
downloadcgit-0.7.1.zip
cgit-0.7.1.tar.gz
cgit-0.7.1.tar.bz2
CGIT 0.7.1v0.7.1
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 026bae4..27e966d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,25 +1,25 @@
-CGIT_VERSION = v0.7
+CGIT_VERSION = v0.7.1
CGIT_SCRIPT_NAME = cgit.cgi
CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
CGIT_CONFIG = /etc/cgitrc
CACHE_ROOT = /var/cache/cgit
SHA1_HEADER = <openssl/sha.h>
GIT_VER = 1.5.3.5
GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2
#
# Let the user override the above settings.
#
-include cgit.conf
EXTLIBS = git/libgit.a git/xdiff/lib.a -lz -lcrypto
OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \
ui-summary.o ui-log.o ui-tree.o ui-commit.o ui-diff.o \
ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o
.PHONY: all git install clean distclean emptycache force-version get-git
all: cgit git