Skip to content

markdown manpage cleanup #8698

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

Conversation

bwbarrett
Copy link
Member

Fix two issues with the markdown manpages:

  1. some had incorrect file permissions (were set executable)
  2. many were named incorrectly in man3 and were not being installed

A number of the markdown-ized man pages in the MPI man3 section
did not follow the expected naming convention, so rename them
to have the suffix .3.md instead of just .md.  The old names
resulted in two problems: first, they were never instaleld and
second, make maintainer-clean would delete them.  Renaming
the files to expected format fixes both issues.

Signed-off-by: Brian Barrett <[email protected]>
A number of the markdown man pages in the MPI section
incorrectly had the execute bit set.  This commit
removes the execute bit.

Signed-off-by: Brian Barrett <[email protected]>
@bwbarrett bwbarrett requested a review from jsquyres March 24, 2021 21:31
@jsquyres jsquyres merged commit ff1ba01 into open-mpi:master Mar 24, 2021
@bwbarrett bwbarrett deleted the bugfix/maintainer-clean-must-not-remove-git-artifacts branch April 1, 2021 18:17
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

Successfully merging this pull request may close these issues.

2 participants