From patchwork Wed Aug 18 09:54:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D11291: pyoxidized: add a copy of the `contrib` directory in the right location From: phabricator X-Patchwork-Id: 49605 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Wed, 18 Aug 2021 09:54:12 +0000 marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This get the hacky setup closer to how an actual install is setup. REPOSITORY rHG Mercurial BRANCH stable REVISION DETAIL https://phab.mercurial-scm.org/D11291 AFFECTED FILES Makefile CHANGE DETAILS To: marmoute, #hg-reviewers Cc: mercurial-patches, mercurial-devel diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -282,6 +282,8 @@ cp -ar $(PYOX_DIR)/lib/mercurial/helptext $(PYOX_DIR)/helptext rm -rf $(PYOX_DIR)/defaultrc cp -ar $(PYOX_DIR)/lib/mercurial/defaultrc $(PYOX_DIR)/defaultrc + rm -rf $(PYOX_DIR)/contrib + cp -ar contrib $(PYOX_DIR)/contrib .PHONY: help all local build doc cleanbutpackages clean install install-bin \