From: John Keeping Date: Sun, 16 Jun 2013 17:13:01 +0000 (+0100) Subject: Documentation/Makefile: move infodir to be with other '*dir's X-Git-Tag: v1.8.4-rc0~133^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e21db2c6ad136a723bed389feb3298b5b4ee1ae4;p=thirdparty%2Fgit.git Documentation/Makefile: move infodir to be with other '*dir's Signed-off-by: John Keeping Signed-off-by: Junio C Hamano --- diff --git a/Documentation/Makefile b/Documentation/Makefile index af3d8a4a8f..0cfdc36b44 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -81,6 +81,7 @@ DOC_MAN7 = $(patsubst %.txt,%.7,$(MAN7_TXT)) prefix ?= $(HOME) bindir ?= $(prefix)/bin htmldir ?= $(prefix)/share/doc/git-doc +infodir ?= $(prefix)/share/info pdfdir ?= $(prefix)/share/doc/git-doc mandir ?= $(prefix)/share/man man1dir = $(mandir)/man1 @@ -98,7 +99,6 @@ RM ?= rm -f MAN_REPO = ../../git-manpages HTML_REPO = ../../git-htmldocs -infodir ?= $(prefix)/share/info MAKEINFO = makeinfo INSTALL_INFO = install-info DOCBOOK2X_TEXI = docbook2x-texi