Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minctools manual pages aren't being installed as of minc-toolkit 1.0.01 #22

Open
pipitone opened this issue Nov 24, 2014 · 2 comments
Open

Comments

@pipitone
Copy link

In minc-toolkit release 1.0.01, doing the usual make && make install process doesn't put the man pages from the minctools project into share/man, although they are present in the source (e.g. section 1 manual pages are at minctools/progs/*/*.man1).

@vfonov
Copy link
Member

vfonov commented Nov 24, 2014

Hmm, this was on my todo list for a while.
How does one install man pages from CMake ?

@andrewjanke
Copy link
Member

Seems that CMake doesn't do it out of the box. I've seen the same question
asked repeatedly on the CMake list and the answer is invariably
add_custom_target(...) which seems rather kludgy.

At least you'll only have to make a few rules, one for bob.1 style pages,
others for pod2man for perl scripts using GetOpt::Long

Stackoverflow thinks this:

http://stackoverflow.com/questions/3375341/man-page-generation-packaging-installation-with-cmake

a

On 25 November 2014 at 05:47, Vladimir S. FONOV [email protected]
wrote:

Hmm, this was on my todo list for a while.
How does one install man pages from CMake ?

Reply to this email directly or view it on GitHub
#22 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants