Skip to content

Commit

Permalink
Makefile: check formatting of notification schemas too.
Browse files Browse the repository at this point in the history
We had an extra space, which should have been caught!

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell authored and ShahanaFarooqui committed Jul 13, 2024
1 parent 418887b commit e910418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ doc/schemas/lightning-sql.json: doc/schemas/lightning-sql-template.json plugins/

doc-all: $(MANPAGES) doc/index.rst

SCHEMAS := $(wildcard doc/schemas/lightning-*.json)
SCHEMAS := $(wildcard doc/schemas/lightning-*.json) $(wildcard doc/schemas/notification/*.json)

# Don't try to build lightning-sql.json tables with plugins/sql if we don't have sqlite3
ifeq ($(HAVE_SQLITE3),0)
Expand Down

0 comments on commit e910418

Please sign in to comment.