]> git.cameronkatri.com Git - cgit.git/blobdiff - Makefile
CGIT 0.8.3.3
[cgit.git] / Makefile
index 056d516101c575df9c8b6bc76df39b7b3d216ccc..51620208512ec618de7ba3e17890f3844c70cae4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
-CGIT_VERSION = v0.8.2
+CGIT_VERSION = v0.8.3.3
 CGIT_SCRIPT_NAME = cgit.cgi
 CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
 CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH)
 CGIT_CONFIG = /etc/cgitrc
 CACHE_ROOT = /var/cache/cgit
 SHA1_HEADER = <openssl/sha.h>
-GIT_VER = 1.6.1.1
+GIT_VER = 1.6.4.3
 GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2
 INSTALL = install
 
@@ -165,7 +165,7 @@ clean: clean-doc
        rm -f cgit VERSION *.o *.d
 
 clean-doc:
-       rm -f cgitrc.5 cgitrc.5.xhtml cgitrc.5.pdf
+       rm -f cgitrc.5 cgitrc.5.html cgitrc.5.pdf cgitrc.5.xml cgitrc.5.fo
 
 get-git:
        curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git