Mercurial > hg-stable
changeset 17062:682a8ad26138
Makefile: add build_hgexe -i for local
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 29 Jun 2012 13:12:35 +0200 |
parents | f20e4d76b711 |
children | 3fbc6e3abdbd |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Jun 29 13:10:48 2012 +0200 +++ b/Makefile Fri Jun 29 13:12:35 2012 +0200 @@ -33,7 +33,7 @@ all: build doc local: - $(PYTHON) setup.py $(PURE) build_py -c -d . build_ext -i build_mo + $(PYTHON) setup.py $(PURE) build_py -c -d . build_ext -i build_hgexe -i build_mo $(PYTHON) hg version build: