summaryrefslogtreecommitdiff
path: root/man/html.in
Commit message (Collapse)AuthorAgeFilesLines
* man: add licenses to all files that lack oneLuca Boccassi2021-10-011-0/+1
| | | | | | | Documentation is licensed under LGPL-2.1-or-later. Scripts are MIT to facilitate reuse. Examples are relicensed to CC0-1.0 to maximise copy-and-paste for users, with permission from authors.
* meson: rename target to update-man-rulesZbigniew Jędrzejewski-Szmek2021-01-271-1/+1
| | | | Same justification as for update-dbus-docs.
* man/html: fix invocation for pages which are *not* symlinksZbigniew Jędrzejewski-Szmek2020-09-301-1/+1
| | | | | It seems I tested that redirects work, but I forgot to check that non-redirects are still fine too ;(
* meson: fix build/man/{man,html} to support page redirectsZbigniew Jędrzejewski-Szmek2020-08-201-1/+10
| | | | | | | | Commands like build/man/man journald.conf.d would show the installed man page (or an error if the page cannot be found in the global search path), and not the one in the build directory. If the man page is a redirect, or the .html is a symlink, resolve it, build the target, and show that.
* tree-wide: spellcheck fixesFrantisek Sumsal2020-06-261-1/+1
| | | | Most of them were reported by Fossies.org
* meson: run a no-op build to generate man rulesZbigniew Jędrzejewski-Szmek2020-03-271-0/+3
| | | | | | | When a new page is added using man/update-man-rules, ninja doesn't know about the new target until a build is initiated, so build/man/man and build/man/html would fail. Force a trivial build to regenerate the rules before calling 'ninja -t'.
* man/man: refer to the right build directory in the helpersZbigniew Jędrzejewski-Szmek2019-06-041-1/+1
| | | | I have no idea how this one slipped through.
* meson: add build/man/man and build/man/html to build and display pagesZbigniew Jędrzejewski-Szmek2019-05-091-0/+12
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/.