diff options
author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | 2007-02-28 21:57:42 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-28 13:48:10 -0800 |
commit | 4fa96e15571cb3ccf4e0ac1feb1ecf96521c6b70 (patch) | |
tree | f0b0356b3a88285dcaf6eb348f973700e2209b95 | |
parent | 14b4f2dbd10c0c5f25ed7804eb5e803637231b32 (diff) | |
download | git-4fa96e15571cb3ccf4e0ac1feb1ecf96521c6b70.tar.gz git-4fa96e15571cb3ccf4e0ac1feb1ecf96521c6b70.tar.xz |
Include config.mak in doc/Makefile
config.mak.autogen is already there. Without this change it is not
possible to override mandir in config.mak.
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 9e7f2a788..b6d1d8824 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -37,6 +37,7 @@ INSTALL?=install DOC_REF = origin/man -include ../config.mak.autogen +-include ../config.mak # # Please note that there is a minor bug in asciidoc. |