# HG changeset patch # User Pierre-Yves David # Date 1629245283 -7200 # Node ID 6fc9bd898eec02868e408db7cedadd57392d5b95 # Parent f3b1df44b716fb5b7d4da8904477e25676f9e52d pyoxidized: add a copy of the `helptext` directory in the right location This get the hacky setup closer to how an actual install is setup. Differential Revision: https://phab.mercurial-scm.org/D11289 diff -r f3b1df44b716 -r 6fc9bd898eec Makefile --- a/Makefile Wed Aug 18 01:41:02 2021 +0200 +++ b/Makefile Wed Aug 18 02:08:03 2021 +0200 @@ -278,6 +278,8 @@ pyoxidizer-windows-tests: pyoxidizer rm -rf $(PYOX_DIR)/templates cp -ar $(PYOX_DIR)/lib/mercurial/templates $(PYOX_DIR)/templates + rm -rf $(PYOX_DIR)/helptext + cp -ar $(PYOX_DIR)/lib/mercurial/helptext $(PYOX_DIR)/helptext .PHONY: help all local build doc cleanbutpackages clean install install-bin \