##// END OF EJS Templates
pyoxidized: add a copy of the `defaultrc` file in the right location...
marmoute -
r48646:a99ffbcd stable
parent child Browse files
Show More
@@ -280,6 +280,8 b' pyoxidizer-windows-tests: pyoxidizer'
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
281 rm -rf $(PYOX_DIR)/helptext
282 cp -ar $(PYOX_DIR)/lib/mercurial/helptext $(PYOX_DIR)/helptext
282 cp -ar $(PYOX_DIR)/lib/mercurial/helptext $(PYOX_DIR)/helptext
283 rm -rf $(PYOX_DIR)/defaultrc
284 cp -ar $(PYOX_DIR)/lib/mercurial/defaultrc $(PYOX_DIR)/defaultrc
283
285
284
286
285 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
287 .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