aboutsummaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJonas Fonseca <fonseca@diku.dk>2006-09-01 00:31:08 +0200
committerJunio C Hamano <junkio@cox.net>2006-08-31 16:24:40 -0700
commit95676853b2dc5d610a6f917aac37cbb12c57fcd2 (patch)
tree64159149649de6442f54757e67457ff49052a3fb /Documentation/Makefile
parent2d7320d0b09d7a9aab4e5dbc5458f37bfb6ce9f5 (diff)
downloadgit-95676853b2dc5d610a6f917aac37cbb12c57fcd2.tar.gz
git-95676853b2dc5d610a6f917aac37cbb12c57fcd2.tar.xz
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/Makefile')
-rw-r--r--Documentation/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 0d9ffb4ad..ed8b88680 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: