diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-12-30 23:14:10 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-12-31 20:25:51 +0100 |
commit | 09e635cf97a1cc84d2d3110d7a5e2d9d45f37e32 (patch) | |
tree | b8457b1871929cf84806a043e94e26da6ece93a2 /README.adoc | |
parent | 7560e8700e2c72cd4a11cfe818907bd9da76e800 (diff) | |
download | liberty-09e635cf97a1cc84d2d3110d7a5e2d9d45f37e32.tar.gz liberty-09e635cf97a1cc84d2d3110d7a5e2d9d45f37e32.tar.xz liberty-09e635cf97a1cc84d2d3110d7a5e2d9d45f37e32.zip |
Add a --help/--version to AsciiDoc convertor
liberty is now self-contained, from opt_handler to manual page.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 20a4612..d6f6252 100644 --- a/README.adoc +++ b/README.adoc @@ -36,6 +36,9 @@ cmake-dump.awk:: This can be used in conjunction with the previous script to dump CMake scripts in a normalized format for further processing. +help2adoc.awk:: + Produces AsciiDoc manual pages from --version/--help output. + lxdrgen.awk:: Protocol code generator for a variant of XDR, which is link:libertyxdr.adoc[documented separately]. |