Bug 49315 - Даже с disable man создаёт man
Summary: Даже с disable man создаёт man
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: libshell (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-06 11:17 MSK by Vitaly Lipatov
Modified: 2024-02-07 17:38 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).