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:
authorJonas Fonseca <fonseca@diku.dk>2006-09-01 02:31:08 +0400
committerJunio C Hamano <junkio@cox.net>2006-09-01 03:24:40 +0400
commit95676853b2dc5d610a6f917aac37cbb12c57fcd2 (patch)
tree64159149649de6442f54757e67457ff49052a3fb /Documentation
parent2d7320d0b09d7a9aab4e5dbc5458f37bfb6ce9f5 (diff)
Include config.mak.autogen in the doc Makefile
... to install documentation relative to the path set with configure's --prefix option. Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 0d9ffb4ad9..ed8b886802 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -33,6 +33,8 @@ man7dir=$(mandir)/man7
INSTALL?=install
+-include ../config.mak.autogen
+
#
# Please note that there is a minor bug in asciidoc.
# The version after 6.0.3 _will_ include the patch found here: