[Updated] [+ ] D11289: pyoxidized: add a copy of the `helptext` directory in the right location
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Aug 18 09:54:03 UTC 2021
marmoute updated this revision to Diff 29906.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11289?vs=29898&id=29906
BRANCH
stable
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11289/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11289
AFFECTED FILES
Makefile
CHANGE DETAILS
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -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 \
To: marmoute, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210818/4476c224/attachment-0002.html>
More information about the Mercurial-patches
mailing list