Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
var doc: advertise current DEFAULT_PAGER and DEFAULT_EDITOR settings
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index a782409306df85985e1f465eab4bd3cd7fa2cc83..394ac085466c1ae25a4405c1cfb5fc7f71f9a104 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2191,6
+2191,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