X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a58d8a168d29d62425391663dedd6dd49ddc523b..c6fe94e02a3963d4fddaf09cfc3e3dc1e186a881:/Makefile diff --git a/Makefile b/Makefile index f4c5b8a..1873809 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = GIT_VER = 1.7.4 -GIT_URL = http://hjemli.net/git/git/snapshot/git-$(GIT_VER).tar.bz2 +GIT_URL = https://github.com/git/git/archive/v$(GIT_VER).tar.gz INSTALL = install MAN5_TXT = $(wildcard *.5.txt) MAN_TXT = $(MAN5_TXT) @@ -243,13 +243,13 @@ $(DOC_PDF): %.pdf : %.txt a2x -f pdf cgitrc.5.txt clean: clean-doc - rm -f cgit VERSION *.o *.d + rm -f cgit VERSION *.o *.d tags clean-doc: rm -f cgitrc.5 cgitrc.5.html cgitrc.5.pdf cgitrc.5.xml cgitrc.5.fo get-git: - curl $(GIT_URL) | tar -xjf - && rm -rf git && mv git-$(GIT_VER) git + curl -L $(GIT_URL) | tar -xzf - && rm -rf git && mv git-$(GIT_VER) git tags: $(QUIET_TAGS)find . -name '*.[ch]' | xargs ctags