Skip to content

Linux installers should install manpages to correct location #15243

Open
@NikolaMilosavljevic

Description

@NikolaMilosavljevic

Installer infra requires Manpage items to be set, in the installer project. However those get packaged and installed to /usr/share/doc, which is not a correct location -

<Copy
SourceFiles="@(Manpage)"
DestinationFiles="@(Manpage->'$(_LayoutDocs)/%(RecursiveDir)%(Filename)%(Extension)')" />

It appears that there are several ways to package and install manpages, and they should most likely be installed ot /usr/share/man. This is still TBD.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions