Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man/man: refer to the right build directory in the helpers | Zbigniew Jędrzejewski-Szmek | 2019-06-04 | 1 | -1/+1 |
| | | | | I have no idea how this one slipped through. | ||||
* | meson: escape dots in man/man helper | Zbigniew Jędrzejewski-Szmek | 2019-06-04 | 1 | -1/+2 |
| | | | | | | | It was impossible to view systemd.nspawn(5), because systemd-nspawn(1) was matched also, and happened to be earlier in the list. The solution in this patch is pretty crude, but is should be enough for our purposes, since we don't have any regexp special characters in man page names except for the dot. | ||||
* | meson: add build/man/man and build/man/html to build and display pages | Zbigniew Jędrzejewski-Szmek | 2019-05-09 | 1 | -0/+15 |
Man page generation is generally very slow. I prefer to use -Dman=false when developing systemd, and only build specific pages when introducing changes. Those two little helper tools make it easy: $ build/man/man systemd.link $ build/man/html systemd.link will show systemd.link.8 and systemd.link.html from the build directory build/. |