docs: Add the reckless manpage to the readthedocs generation

Changelog-None
This commit is contained in:
Christian Decker 2022-11-30 13:24:25 +01:00
parent 19300de58f
commit dbb38e2c7d
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -58,6 +58,7 @@ tests/plugins/test_selfdisable_after_getmanifest
# Ignore generated files
devtools/features
doc/lightning*.[1578]
doc/reckless*.[1578]
*_sqlgen.[ch]
*_wiregen.[ch]
*_printgen.[ch]

View file

@ -196,4 +196,4 @@ doc-clean:
$(RM) doc/deployable-lightning.{aux,bbl,blg,dvi,log,out,tex}
doc/index.rst: $(MANPAGES:=.md)
@$(call VERBOSE, "genidx $@",(grep -v "^ lightning.*\.[0-9]\.md>$$" $@; for m in $$(cd doc && ls lightningd*.[0-9].md lightning-*.[0-9].md); do echo " $${m%.[0-9].md} <$$m>"; done |$(SORT)) > $@.tmp.$$$$ && mv $@.tmp.$$$$ $@)
@$(call VERBOSE, "genidx $@",(grep -v "^ (reckless|lightning).*\.[0-9]\.md>$$" $@; for m in $$(cd doc && ls reckless.7.md lightningd*.[0-9].md lightning-*.[0-9].md); do echo " $${m%.[0-9].md} <$$m>"; done |$(SORT)) > $@.tmp.$$$$ && mv $@.tmp.$$$$ $@)

View file

@ -129,3 +129,4 @@ Core Lightning Documentation
lightningd <lightningd.8.md>
lightningd-config <lightningd-config.5.md>
lightningd-rpc <lightningd-rpc.7.md>
reckless <reckless.7.md>