SimonSapin created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  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.

REPOSITORY
  rHG Mercurial

BRANCH
  default

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

AFFECTED FILES
  Makefile

CHANGE DETAILS

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -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
 



To: SimonSapin, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to