From: Tom Prince Date: Wed, 12 Oct 2005 01:47:33 +0000 (-0700) Subject: Export template_dir in Makefile. X-Git-Tag: v0.99.9~147 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=ec2d15118bd6aa24e9323302e9aaa71dd54bc028;p=git.git Export template_dir in Makefile. If somebody set template_dir in config.mak. Then git-init-db would be compiled with the correct location but the templates would be installed in the default location. Fix it. Signed-off-by: Tom Prince Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 8697d52d..d345c5d1 100644 --- a/Makefile +++ b/Makefile @@ -310,7 +310,7 @@ SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \ $(patsubst %.py,%,$(SCRIPT_PYTHON)) \ gitk -export prefix TAR INSTALL DESTDIR SHELL_PATH +export prefix TAR INSTALL DESTDIR SHELL_PATH template_dir ### Build rules all: $(PROGRAMS) $(SCRIPTS)