ProcursusTeam / Procursus

Modern *OS Bootstrap
https://apt.procurs.us
BSD Zero Clause License
868 stars 126 forks source link

Man pages for apt are not installed. #59

Closed CRKatri closed 3 years ago

CRKatri commented 4 years ago

What happens:

mobile in ~ at iPhone118 
➜ man apt
No manual entry for apt

Although I expect it to show me the applicable man page for apt

DiegoMagdaleno commented 3 years ago

I guess you have an additional package that provides this, this is the way its done on Debian.

Other option is that the man pages are not in there, since they are hard to compile (personal experience) docbook is pain.

CRKatri commented 3 years ago

I believe it is the second option due to https://github.com/ProcursusTeam/Procursus/blob/master/apt.mk#L46

DiegoMagdaleno commented 3 years ago

Yeah it most likely it is that issue, a good fix for this would be to port Docbook XSL to procursus and have an option to build it with docs if desired.

Now the question is, does procursus supports multiple package configurations? Aka I want to build this with docs i want to build this without them.