Bug 49315

Summary: Даже с disable man создаёт man
Product: Sisyphus Reporter: Vitaly Lipatov <lav>
Component: libshellAssignee: Alexey Gladkov <legion>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: legion
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Vitaly Lipatov 2024-02-06 11:17:56 MSK
+ make MD2MAN=
...
env PATH="..:$PATH" help2man -N -s1 -S 'cgrep 0.4.11' -i cgrep.1.inc ./cgrep >cgrep.1
env: 'help2man': No such file or directory
...
+ make MD2MAN=
make: Entering directory '/tmp/.private/lav/RPM/BUILD/libshell-0.4.11'
/bin/sh: line 1: scdoc: command not found

Замена MD2MAN= на SCDOC= помогает с scdoc, но help2man всё равно прибит гвоздями.
Comment 1 Repository Robot 2024-02-07 17:38:28 MSK
libshell-0.4.12-alt1 -> sisyphus:

 Tue Feb 07 2023 Alexey Gladkov <legion@altlinux.ru> 0.4.12-alt1
 - Migrate cgrep manpage from help2man to scdoc (ALT#49315).
 - Add functions for operating with file locks (shell-locks).