##// END OF EJS Templates
pyoxidized: add a copy of the `doc` directory in the right location...
marmoute -
r48648:f799355d stable
parent child Browse files
Show More
@@ -284,6 +284,8 b' pyoxidizer-windows-tests: pyoxidizer'
284 284 cp -ar $(PYOX_DIR)/lib/mercurial/defaultrc $(PYOX_DIR)/defaultrc
285 285 rm -rf $(PYOX_DIR)/contrib
286 286 cp -ar contrib $(PYOX_DIR)/contrib
287 rm -rf $(PYOX_DIR)/doc
288 cp -ar doc $(PYOX_DIR)/doc
287 289
288 290
289 291 .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