Mercurial > hg-stable
diff Makefile @ 43768:640bae94f2f3
cleanup: update references to /help/ that should now be /helptext/
I noticed this only because the WiX build was broken after
2e017696181f. I haven't tested this change with WiX, but it seems
pretty obvious by inspection this should fix it.
Differential Revision: https://phab.mercurial-scm.org/D7472
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 21 Nov 2019 23:35:29 -0500 |
parents | e468ebfcb4ce |
children | 64e104ca555e |
line wrap: on
line diff
--- a/Makefile Fri Nov 22 21:42:04 2019 +0900 +++ b/Makefile Thu Nov 21 23:35:29 2019 -0500 @@ -11,7 +11,7 @@ PURE= PYFILESCMD=find mercurial hgext doc -name '*.py' PYFILES:=$(shell $(PYFILESCMD)) -DOCFILES=mercurial/help/*.txt +DOCFILES=mercurial/helptext/*.txt export LANGUAGE=C export LC_ALL=C TESTFLAGS ?= $(shell echo $$HGTESTFLAGS)