X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a6572ce1762e0d571c3e96b5f4eff7c81015a1f2..5fe88a9c81517b1a8a93d930c738cbb6f71dec2a:/Makefile diff --git a/Makefile b/Makefile index 30c1dfa..caa32d6 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.8.3 +GIT_VER = 2.10.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz INSTALL = install COPYTREE = cp -r @@ -85,7 +85,7 @@ install: all $(INSTALL) -m 0644 favicon.ico $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico $(INSTALL) -m 0644 robots.txt $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt $(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir) - $(COPYTREE) filters/* $(DESTDIR)$(filterdir) + $(COPYTREE) filters/* $(DESTDIR)$(filterdir) install-doc: install-man install-html install-pdf