git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
14b4f2d
)
Include config.mak in doc/Makefile
author
Uwe Kleine-König
<redacted>
Wed, 28 Feb 2007 20:57:42 +0000
(21:57 +0100)
committer
Junio C Hamano
<redacted>
Wed, 28 Feb 2007 21:48:10 +0000
(13:48 -0800)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/Makefile
patch
|
blob
|
history
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index 9e7f2a78800e3f06b78f644b7cd6a4b632900a8a..b6d1d8824f39557495ed479c0823f66f792b51f6 100644
(file)
--- 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.
git clone https://git.99rst.org/PROJECT