From bad89f186a70e595475ad27c1a77f06fdff066ae Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 12 Apr 2022 14:29:30 +0930 Subject: [PATCH] doc/Makefile: make check-manpages require the cln-grpc plugin. Signed-off-by: Rusty Russell --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 68d4eb842..e3b8b4754 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -155,7 +155,7 @@ clean: doc-clean check: check-manpages # This needs plugins, too. -check-manpages: all-programs check-config-docs +check-manpages: all-programs check-config-docs default-targets @tools/check-manpage.sh cli/lightning-cli doc/lightning-cli.1.md @tools/check-manpage.sh "lightningd/lightningd --lightning-dir=/tmp/" doc/lightningd-config.5.md