Include config.mak.autogen in the doc Makefile
authorJonas Fonseca <fonseca@diku.dk>
Thu, 31 Aug 2006 22:31:08 +0000 (00:31 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 31 Aug 2006 23:24:40 +0000 (16:24 -0700)
... 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>
Documentation/Makefile
index 0d9ffb4ad9475de730ab2ee240d8b528b44017e8..ed8b886802b599609a312a3dbe8b5af240a9a4f7 100644 (file)
@@ -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: