diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2006-09-01 00:31:08 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-31 16:24:40 -0700 |
commit | 95676853b2dc5d610a6f917aac37cbb12c57fcd2 (patch) | |
tree | 64159149649de6442f54757e67457ff49052a3fb /Documentation | |
parent | 2d7320d0b09d7a9aab4e5dbc5458f37bfb6ce9f5 (diff) | |
download | git-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')
-rw-r--r-- | Documentation/Makefile | 2 |
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: |