summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-04-23 19:41:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-04-23 19:41:15 (GMT)
commit2347982d1ad1a29fa93cd95eb51e5c74c689177e (patch)
tree3d8a043bc7366d72873cb59241bc2b7bc7d1b943 /Makefile
parentbca57eeac17204338aa142c16843522308b2d321 (diff)
parent5b58619aa011c2047e7b67ca28630d8a2e72ca1f (diff)
downloadgit-2347982d1ad1a29fa93cd95eb51e5c74c689177e.zip
git-2347982d1ad1a29fa93cd95eb51e5c74c689177e.tar.gz
git-2347982d1ad1a29fa93cd95eb51e5c74c689177e.tar.bz2
Merge branch 'jn/debian-customizes-default-editor'
Make it easier for distros to document custom pager and editor they used when building their binary releases in "git var" documentation. By Jonathan Nieder * jn/debian-customizes-default-editor: var doc: advertise current DEFAULT_PAGER and DEFAULT_EDITOR settings var doc: default editor and pager are configurable at build time
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28a46e5..172e924 100644
--- a/Makefile
+++ b/Makefile
@@ -2266,6 +2266,8 @@ $(XDIFF_LIB): $(XDIFF_OBJS)
$(VCSSVN_LIB): $(VCSSVN_OBJS)
$(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(VCSSVN_OBJS)
+export DEFAULT_EDITOR DEFAULT_PAGER
+
doc:
$(MAKE) -C Documentation all