build: Fix make distcheck

This fixes the following errors:

make[2]: *** No rule to make target 'doc/test-runner.txt',
needed by 'distdir-am'.  Stop.
make[1]: *** [Makefile:11708: distdir] Error 2
make: *** [Makefile:11784: dist] Error 2
This commit is contained in:
Luiz Augusto von Dentz 2023-08-15 17:11:02 -07:00
parent 583d579178
commit f4aea37ee6

View File

@ -390,7 +390,7 @@ EXTRA_DIST += $(test_scripts)
EXTRA_DIST += doc/assigned-numbers.txt doc/supported-features.txt \
doc/test-coverage.txt \
doc/test-runner.txt \
doc/test-runner.rst \
doc/settings-storage.txt
EXTRA_DIST += doc/mgmt-api.txt \