[Updated] D11292: pyoxidized: add a copy of the `doc` directory in the right location

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Thu Aug 19 01:19:20 UTC 2021


Closed by commit rHGf799355d8fe3: pyoxidized: add a copy of the `doc` directory in the right location (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D11292?vs=29909&id=29942

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D11292/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D11292

AFFECTED FILES
  Makefile

CHANGE DETAILS

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -284,6 +284,8 @@
 	cp -ar $(PYOX_DIR)/lib/mercurial/defaultrc $(PYOX_DIR)/defaultrc
 	rm -rf $(PYOX_DIR)/contrib
 	cp -ar contrib $(PYOX_DIR)/contrib
+	rm -rf $(PYOX_DIR)/doc
+	cp -ar doc $(PYOX_DIR)/doc
 
 
 .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/20210819/b7507b6e/attachment-0002.html>


More information about the Mercurial-patches mailing list