From f2dd8c3799ddbd7df63a89a9043916f8545a70a3 Mon Sep 17 00:00:00 2001 From: Jon Seymour Date: Sun, 1 May 2011 18:16:25 +1000 Subject: git: add --info-path and --man-path options Similar to the way the --html-path option lets UI programs learn where git has its HTML documentation pages, expose the other two paths used to store the documentation pages of these two types. Signed-off-by: Jon Seymour Signed-off-by: Junio C Hamano --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbc3fce2d5..322c59b761 100644 --- a/Makefile +++ b/Makefile @@ -1676,7 +1676,9 @@ strip: $(PROGRAMS) git$X git.o: common-cmds.h git.s git.o: EXTRA_CPPFLAGS = -DGIT_VERSION='"$(GIT_VERSION)"' \ - '-DGIT_HTML_PATH="$(htmldir_SQ)"' + '-DGIT_HTML_PATH="$(htmldir_SQ)"' \ + '-DGIT_MAN_PATH="$(mandir_SQ)"' \ + '-DGIT_INFO_PATH="$(infodir_SQ)"' git$X: git.o $(BUILTIN_OBJS) $(GITLIBS) $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ git.o \ -- cgit v1.2.3