Use configure settings for git-subtree

Include config.make.autogen in the git-subtree contrib area to pick up
settings for prefix and other such things.

Signed-off-by: David A. Greene <greened@obbligato.org>
This commit is contained in:
David A. Greene 2012-04-09 21:39:08 -05:00
Родитель 5163d476d0
Коммит 187bc2da5b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,6 @@
-include ../../config.mak.autogen
-include ../../config.mak
prefix ?= /usr/local
mandir ?= $(prefix)/share/man
gitdir ?= $(shell git --exec-path)