mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
make: fix make doc error
This seems to fix issue #5941 Certain make version(?) will parse the ')' as function end when not inside "" but ''. Changelog-None
This commit is contained in:
parent
a9eb17adf9
commit
dcb9b4b8d1
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ doc/index.rst: $(MANPAGES:=.md)
|
|||
@$(call VERBOSE, "genidx $@", \
|
||||
find doc -maxdepth 1 -name '*\.[0-9]\.md' | \
|
||||
cut -b 5- | LC_ALL=C sort | \
|
||||
sed 's/\(.*\)\.\(.*\).*\.md/\1 <\1.\2.md>/' | \
|
||||
sed "s/\(.*\)\.\(.*\).*\.md/\1 <\1.\2.md>/" | \
|
||||
python3 devtools/blockreplace.py doc/index.rst manpages --language=rst --indent " " \
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue