author | Johan Herland <johan@herland.net> | |
Wed, 18 Nov 2009 01:42:31 +0000 (02:42 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 18 Nov 2009 05:45:45 +0000 (21:45 -0800) | ||
commit | d4e1b47a922576e6af98cd84913471a6d3096ac0 | |
tree | 7b0579b5a4c515274a98f28a980f43fb46cf0510 | tree | snapshot |
parent | f8ec916731ef8d81eefc5db61e3405dade65d821 | commit | diff |
Basic build infrastructure for Python scripts
This patch adds basic boilerplate support (based on corresponding Perl
sections) for enabling the building and installation Python scripts.
There are currently no Python scripts being built, and when Python
scripts are added in future patches, their building and installation
can be disabled by defining NO_PYTHON.
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This patch adds basic boilerplate support (based on corresponding Perl
sections) for enabling the building and installation Python scripts.
There are currently no Python scripts being built, and when Python
scripts are added in future patches, their building and installation
can be disabled by defining NO_PYTHON.
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
configure.ac | diff | blob | history | |
t/test-lib.sh | diff | blob | history |