]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/Makefile
Run the specified perl in Documentation/
authorJunio C Hamano <gitster@pobox.com>
Sat, 1 Dec 2007 02:36:34 +0000 (18:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Dec 2007 07:48:09 +0000 (23:48 -0800)
commitc680dd8341c2aa429acfc13223220d72b8d2c5c9
treec1892d92b7e4142a4a371ddced1ad124067aa2eb
parentafc67036de4c6f27234243dded05d7dd9398eea5
Run the specified perl in Documentation/

Makefile uses $(PERL_PATH) but Documentation/Makefile uses "perl"; that
means the two Makefiles can use two different Perl installations.

Teach Documentation/Makefile to use PERL_PATH that is exported from the
toplevel Makefile, and give a sane fallback for people who run "make"
from Documentation directory.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile