Skip to content
Snippets Groups Projects
Commit a7204958 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

makefile: add a install-chg option

This is done as a gratuitous improvement on the way to add makefile entry to
build and install rhg.

It seems saner to have equivalent entry for chg too.

Differential Revision: https://phab.mercurial-scm.org/D10192
parent 350e7f05
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,9 @@
install-bin: build
$(PYTHON) setup.py $(PURE) install --root="$(DESTDIR)/" --prefix="$(PREFIX)" --force
install-chg: build-chg
make -C contrib/chg install PREFIX="$(PREFIX)"
install-doc: doc
cd doc && $(MAKE) $(MFLAGS) install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment