Code

Merge branch 'js/info-man-path'
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2011 18:00:46 +0000 (11:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2011 18:00:46 +0000 (11:00 -0700)
* js/info-man-path:
  Documentation: clarify meaning of --html-path, --man-path, and --info-path
  git: add --info-path and --man-path options

Conflicts:
Makefile

1  2 
Documentation/git.txt
Makefile
git.c

Simple merge
diff --cc Makefile
index 3a1fe20ff2219efc778d1d7c415c2ca9e8263ccd,322c59b7618f449be361b9d8e77cea99f8405995..ef57c1c9b40de62d58d192f1f65f65e9e9f19dd8
+++ b/Makefile
@@@ -1679,8 -1675,10 +1679,10 @@@ strip: $(PROGRAMS) git$
        $(STRIP) $(STRIP_OPTS) $(PROGRAMS) git$X
  
  git.o: common-cmds.h
 -git.s git.o: EXTRA_CPPFLAGS = -DGIT_VERSION='"$(GIT_VERSION)"' \
 +git.sp 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 \
diff --cc git.c
Simple merge