comparison Makefile @ 47839:a24e813db705 stable

pyoxidized: add a copy of the `contrib` 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/D11291
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 18 Aug 2021 01:26:25 +0200
parents a99ffbcdb6a9
children f799355d8fe3
comparison
equal deleted inserted replaced
47838:a99ffbcdb6a9 47839:a24e813db705
280 cp -ar $(PYOX_DIR)/lib/mercurial/templates $(PYOX_DIR)/templates 280 cp -ar $(PYOX_DIR)/lib/mercurial/templates $(PYOX_DIR)/templates
281 rm -rf $(PYOX_DIR)/helptext 281 rm -rf $(PYOX_DIR)/helptext
282 cp -ar $(PYOX_DIR)/lib/mercurial/helptext $(PYOX_DIR)/helptext 282 cp -ar $(PYOX_DIR)/lib/mercurial/helptext $(PYOX_DIR)/helptext
283 rm -rf $(PYOX_DIR)/defaultrc 283 rm -rf $(PYOX_DIR)/defaultrc
284 cp -ar $(PYOX_DIR)/lib/mercurial/defaultrc $(PYOX_DIR)/defaultrc 284 cp -ar $(PYOX_DIR)/lib/mercurial/defaultrc $(PYOX_DIR)/defaultrc
285 rm -rf $(PYOX_DIR)/contrib
286 cp -ar contrib $(PYOX_DIR)/contrib
285 287
286 288
287 .PHONY: help all local build doc cleanbutpackages clean install install-bin \ 289 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
288 install-doc install-home install-home-bin install-home-doc \ 290 install-doc install-home install-home-bin install-home-doc \
289 dist dist-notests check tests rust-tests check-code format-c \ 291 dist dist-notests check tests rust-tests check-code format-c \