about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli2012-01-03 16:48:22 +0000
committerLars Hjemli2012-01-03 16:48:22 +0000
commitaa25ff3c8b548077f2793c1162f3610af03e63df (patch)
tree0bf7463ec07bd94115256d99a95c22ce0b9bce2a /Makefile
parentui-ssdiff.c: set correct diffmode in "control panel" (diff)
parentMakefile: fetch git tarballs from http://hjemli.net/git/git/ (diff)
downloadcgit-aa25ff3c8b548077f2793c1162f3610af03e63df.tar.gz
cgit-aa25ff3c8b548077f2793c1162f3610af03e63df.zip
Merge branch 'stable'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 30f7575..bfe18c5 100644 --- a/Makefile +++ b/Makefile
@@ -13,7 +13,7 @@ pdfdir = $(docdir)
13mandir = $(prefix)/share/man 13mandir = $(prefix)/share/man
14SHA1_HEADER = <openssl/sha.h> 14SHA1_HEADER = <openssl/sha.h>
15GIT_VER = 1.7.4 15GIT_VER = 1.7.4
16GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 16GIT_URL = http://hjemli.net/git/git/snapshot/git-$(GIT_VER).tar.bz2
17INSTALL = install 17INSTALL = install
18MAN5_TXT = $(wildcard *.5.txt) 18MAN5_TXT = $(wildcard *.5.txt)
19MAN_TXT = $(MAN5_TXT) 19MAN_TXT = $(MAN5_TXT)