Andre
ee6185372f
gen-manpages: Prompt error if no binaries are found
2024-11-26 21:35:50 -03:00
Andre Alves
299e2220e9
gen-manpages: implement --skip-missing-binaries
...
With --skip-missing-binaries, instead of stopping the execution of
gen-manpages.py when a binary is not found, continue generating
manpages for the available binaries and skip the missing ones.
2024-11-14 01:15:00 -03:00
fanquake
7c3ac598dd
contrib: list other binaries in manpage output
2024-03-07 13:07:53 +00:00
MarcoFalke
fa8fe5b696
scripted-diff: Use new python 3.7 keywords
...
-BEGIN VERIFY SCRIPT-
sed -i 's/universal_newlines/text/g' $(git grep -l universal_newlines)
-END VERIFY SCRIPT-
2023-01-18 13:00:34 +01:00
MacroFake
fa2b8ae0a2
util: improve bitcoin-wallet exit codes
2022-09-12 13:11:18 +02:00
fanquake
5a89bed410
contrib: address gen-manpages feedback from #24263
...
Co-authored-by: Carl Dong <contact@carldong.me>
2022-02-22 15:36:19 +00:00
laanwj
42c202893b
doc: Fix gen-manpages, rewrite in Python
...
Rewrite the manual page generation script in Python.
This:
- Solves '-' stripping issue (fixes #22681 )
- Makes that copyright footer is generated again
2022-02-04 17:03:31 +01:00