##// END OF EJS Templates
pyoxidized: add a copy of the `helptext` directory in the right location...
marmoute -
r48645:6fc9bd89 stable
parent child Browse files
Show More
@@ -278,6 +278,8 b' PYOX_DIR=build/pyoxidizer/x86_64-pc-wind'
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 \
General Comments 0
You need to be logged in to leave comments. Login now