Makefile
branchstable
changeset 47837 6fc9bd898eec
parent 47835 da39b9c1c486
child 47838 a99ffbcdb6a9
equal deleted inserted replaced
47836:f3b1df44b716 47837:6fc9bd898eec
   276 # a temporary target to setup all we need for run-tests.py --pyoxidizer
   276 # a temporary target to setup all we need for run-tests.py --pyoxidizer
   277 # (should go away as the run-tests implementation improves
   277 # (should go away as the run-tests implementation improves
   278 pyoxidizer-windows-tests: pyoxidizer
   278 pyoxidizer-windows-tests: pyoxidizer
   279 	rm -rf $(PYOX_DIR)/templates
   279 	rm -rf $(PYOX_DIR)/templates
   280 	cp -ar $(PYOX_DIR)/lib/mercurial/templates $(PYOX_DIR)/templates
   280 	cp -ar $(PYOX_DIR)/lib/mercurial/templates $(PYOX_DIR)/templates
       
   281 	rm -rf $(PYOX_DIR)/helptext
       
   282 	cp -ar $(PYOX_DIR)/lib/mercurial/helptext $(PYOX_DIR)/helptext
   281 
   283 
   282 
   284 
   283 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
   285 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
   284 	install-doc install-home install-home-bin install-home-doc \
   286 	install-doc install-home install-home-bin install-home-doc \
   285 	dist dist-notests check tests rust-tests check-code format-c \
   287 	dist dist-notests check tests rust-tests check-code format-c \