From ec574e09dd630d63cd1ab79a47f97656395207d7 Mon Sep 17 00:00:00 2001 From: Saurabh Singh Date: Tue, 9 Oct 2018 07:52:49 -0700 Subject: [PATCH] doc: fix Makefile for doc after commands.py to commands/__init__.py Summary: Recently we moved commands.py to a folder structure which broke `make doc`. This commit fixes the same. Reviewed By: ikostia Differential Revision: D10255835 fbshipit-source-id: e0bdc6ce58fd8a5bf55a5f5e5b8bb361cb85f660 --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 5e319932bf..26af88de8b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,7 @@ SOURCES=$(notdir $(wildcard ../mercurial/help/*.[0-9].txt)) MAN=$(SOURCES:%.txt=%) HTML=$(SOURCES:%.txt=%.html) -GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py \ +GENDOC=gendoc.py ../mercurial/commands/*.py ../mercurial/help.py \ ../mercurial/help/*.txt ../hgext/*.py ../hgext/*/__init__.py PREFIX=/usr/local MANDIR=$(PREFIX)/share/man