diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-13 22:48:07 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-13 23:31:14 -0800 |
commit | cdbada79f2e38068d87cfb5b12e58051ed9bb658 (patch) | |
tree | b21db17793237270ca73cfc8c8d3561af84ee205 /Makefile | |
parent | 94702dd1ac27618b60198f7c8bceafaaaf7743e2 (diff) | |
download | git-cdbada79f2e38068d87cfb5b12e58051ed9bb658.tar.gz git-cdbada79f2e38068d87cfb5b12e58051ed9bb658.tar.xz |
Makefile: add description on PERL/PYTHON_PATH
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -241,11 +241,16 @@ all:: # apostrophes to be ASCII so that cut&pasting examples to the shell # will work. # +# Define PERL_PATH to the path of your Perl binary (usually /usr/bin/perl). +# # Define NO_PERL_MAKEMAKER if you cannot use Makefiles generated by perl's # MakeMaker (e.g. using ActiveState under Cygwin). # # Define NO_PERL if you do not want Perl scripts or libraries at all. # +# Define PYTHON_PATH to the path of your Python binary (often /usr/bin/python +# but /usr/bin/python2.7 on some platforms). +# # Define NO_PYTHON if you do not want Python scripts or libraries at all. # # Define NO_TCLTK if you do not want Tcl/Tk GUI. |