Re: [PATCH kmod 03/20] man: build the scdoc based man pages

2024-07-03 Thread Lucas De Marchi
On Sat, Jun 29, 2024 at 01:04:52PM GMT, Lucas De Marchi wrote: On Tue, Jun 11, 2024 at 04:05:03PM GMT, Emil Velikov via B4 Relay wrote: From: Emil Velikov 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, sinc

Re: [PATCH kmod 03/20] man: build the scdoc based man pages

2024-06-29 Thread Lucas De Marchi
On Tue, Jun 11, 2024 at 04:05:03PM GMT, Emil Velikov via B4 Relay wrote: From: Emil Velikov 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=s

[PATCH kmod 03/20] man: build the scdoc based man pages

2024-06-11 Thread Emil Velikov via B4 Relay
From: Emil Velikov 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 stic