mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
make: Add doc/index.rst to generated files
It gets partially regenerated, so include it in the check. This is the root cause for the v22.11-modded issue some have noticed.
This commit is contained in:
parent
7b9f1b72c6
commit
59ed23e6cf
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -589,7 +589,8 @@ CHECK_GEN_ALL = \
|
|||
$(ALL_GEN_HEADERS) \
|
||||
$(ALL_GEN_SOURCES) \
|
||||
wallet/statements_gettextgen.po \
|
||||
.msggen.json
|
||||
.msggen.json \
|
||||
doc/index.rst
|
||||
|
||||
check-gen-updated: $(CHECK_GEN_ALL)
|
||||
@echo "Checking for generated files being changed by make"
|
||||
|
|
Loading…
Add table
Reference in a new issue