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:
Christian Decker 2022-12-09 18:23:10 +01:00 committed by Vincenzo Palazzo
parent 7b9f1b72c6
commit 59ed23e6cf

View file

@ -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"