[PATCH 2 of 2] Makefile: add build_hgexe -i for local

Adrian Buehlmann adrian at cadifra.com
Fri Jun 29 04:57:54 CDT 2012


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1340963620 -7200
# Node ID b60a65febf508b8c011c8cd6e652666da7d29e21
# Parent  77c83a98257a4d77b535f2842a0e1805a8a0dafb
Makefile: add build_hgexe -i for local

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -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:


More information about the Mercurial-devel mailing list