summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-24 05:09:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-01-24 05:09:23 (GMT)
commitf55cb042bd70d0582341ded76f18c74c770b2ff3 (patch)
tree5bffc08de4b08f0caf901d63d974264bc0a74fa4 /Makefile
parentec3ae6ec46ed48383ae40643990f169b65a563cc (diff)
parentcdbada79f2e38068d87cfb5b12e58051ed9bb658 (diff)
downloadgit-f55cb042bd70d0582341ded76f18c74c770b2ff3.zip
git-f55cb042bd70d0582341ded76f18c74c770b2ff3.tar.gz
git-f55cb042bd70d0582341ded76f18c74c770b2ff3.tar.bz2
Merge branch 'jc/makefile-perl-python-path-doc'
* 'jc/makefile-perl-python-path-doc': Makefile: add description on PERL/PYTHON_PATH
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a786d4c..fd635ac 100644
--- a/Makefile
+++ b/Makefile
@@ -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.