OSDN Git Service

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 0d9ffb4..ed8b886 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: