Makefile
branchstable
changeset 47834 d3f890e04525
parent 46819 d4ba4d51f85f
child 47835 da39b9c1c486
equal deleted inserted replaced
47833:d704aea4efa6 47834:d3f890e04525
   268 	  "$${OUTPUTDIR:-dist/}"/Mercurial-"$${HGVER}"-macosx"$${OSXVER}".pkg
   268 	  "$${OUTPUTDIR:-dist/}"/Mercurial-"$${HGVER}"-macosx"$${OSXVER}".pkg
   269 
   269 
   270 pyoxidizer:
   270 pyoxidizer:
   271 	$(PYOXIDIZER) build --path ./rust/hgcli --release
   271 	$(PYOXIDIZER) build --path ./rust/hgcli --release
   272 
   272 
       
   273 # a temporary target to setup all we need for run-tests.py --pyoxidizer
       
   274 # (should go away as the run-tests implementation improves
       
   275 pyoxidizer-windows-tests: pyoxidizer
       
   276 
   273 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
   277 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
   274 	install-doc install-home install-home-bin install-home-doc \
   278 	install-doc install-home install-home-bin install-home-doc \
   275 	dist dist-notests check tests rust-tests check-code format-c \
   279 	dist dist-notests check tests rust-tests check-code format-c \
   276 	update-pot pyoxidizer \
   280 	update-pot pyoxidizer pyoxidizer-windows-tests \
   277 	$(packaging_targets) \
   281 	$(packaging_targets) \
   278 	osx
   282 	osx