| author | Junio C Hamano <gitster@pobox.com> | |
| Sat, 1 Dec 2007 02:36:34 +0000 (18:36 -0800) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Tue, 4 Dec 2007 07:48:09 +0000 (23:48 -0800) | ||
| commit | c680dd8341c2aa429acfc13223220d72b8d2c5c9 | |
| tree | c1892d92b7e4142a4a371ddced1ad124067aa2eb | tree | snapshot |
| parent | afc67036de4c6f27234243dded05d7dd9398eea5 | commit | diff |
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>
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 | diff | blob | history |