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