]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: add build/man/man and build/man/html to build and display pages
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 9 May 2019 11:23:50 +0000 (13:23 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 9 May 2019 16:17:28 +0000 (18:17 +0200)
commite9bbff18e1cb7fc2ec209255c523780ad2e3dfce
treeca351c185e3020a99e7e6a8963e921b1d0c05d72
parentda35a1c9fc94d9803d48332371033baca581de70
meson: add build/man/man and build/man/html to build and display pages

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/.
man/html.in [new file with mode: 0755]
man/man.in [new file with mode: 0755]
man/meson.build
meson.build