]> git.ipfire.org Git - thirdparty/kmod.git/commit
man: build the scdoc based man pages
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 11 Jun 2024 15:05:03 +0000 (16:05 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 3 Jul 2024 15:14:35 +0000 (10:14 -0500)
commit83e22ab5e99b541940ca0f0f43f4b89170e6999b
tree04e70907417b9fb1194e44a35f15342f5d9b075d
parentf3a423b6d888f69929b86f62b03e4a8cc852c14f
man: build the scdoc based man pages

Note that scdoc does not handle natively handle the dummy
modules.dep.bin.5 entry, so we need to create one manually.

Not a big deal, since it's single static line anyway.

Also: pkg-config --variable=scdoc scdoc, produces the full executable
and path, although for now we stick with the AC_PATH_PROG approach.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
[ Do not add the stub man page (modules.dep.bin.5) to CLEANFILES
  to avoid removing a file that is tracked by git. Also fix a typo
  s/AM_V_SCDOR_/AM_V_SCDOC_/ to make silent rules to work ]
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
configure.ac
man/Makefile.am
man/modules.dep.bin.5 [new file with mode: 0644]