Makefile
changeset 43736 640bae94f2f3
parent 43508 e468ebfcb4ce
child 44201 64e104ca555e
--- 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)