Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-01 20:00:01 +0400
committerJunio C Hamano <gitster@pobox.com>2013-04-01 20:00:02 +0400
commitb2fb3911eab730a08168c7f85a7935ad5a330b53 (patch)
treec1997b230e931bfbdf026bfd8b04189e12421ec6 /config.mak.in
parentc044bed8f0ed0275792cf66201579e42c0de7171 (diff)
parentb4eead95e0c207e4f0492298d795674da119f684 (diff)
Merge branch 'jc/remove-export-from-config-mak-in'
Stop exporting mandir that used to be exported only when config.mak.autogen was used. It would have broken installation of manpages (but not other documentation formats). * jc/remove-export-from-config-mak-in: Fix `make install` when configured with autoconf Makefile: do not export mandir/htmldir/infodir config.mak.in: remove unused definitions
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.mak.in b/config.mak.in
index fa02bdd82a..e6a6d0f941 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -22,9 +22,3 @@ docdir = @docdir@
mandir = @mandir@
htmldir = @htmldir@
-
-srcdir = @srcdir@
-VPATH = @srcdir@
-
-export exec_prefix mandir
-export srcdir VPATH