summaryrefslogtreecommitdiff
path: root/tools/xkbcli-compile-keymap.1
Commit message (Collapse)AuthorAgeFilesLines
* tools: convert man pages from man format to mdoc formatRan Benita2020-08-311-41/+33
| | | | | | The mdoc is more semantic and consistent. Signed-off-by: Ran Benita <ran@unusedvar.com>
* tools: some minor changes to xkbcliRan Benita2020-07-251-19/+23
| | | | Signed-off-by: Ran Benita <ran@unusedvar.com>
* tools: link the tools against libxkbcommon.so onlyPeter Hutterer2020-07-251-4/+0
| | | | | | | | | | | The tools previously linked against a static version (by simply recompiling everythiong). This isn't necessary, we can link them against libxkbcommon.so. Only exception: The xbkcli-compile-keymap tool needs a private API for the --kccgst flag. Avoid this by disabling this flag in the installed tool and building the same tool, statically linked but not-installed. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Drop use of ronn, switch to raw roff insteadPeter Hutterer2020-07-251-0/+70
Drop the ronn source files, check in the generated files instead. This gets rid of the ruby+gem+ronn toolchain requirement at the cost of having to edit raw man pages. ronn files are as-generated but with the preamble and generation date removed. The latter isn't important enough to keep, it'll just go stale for manually maintained files and it's not worth setting up a configure_file() just for that date. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>