Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Man Pages and CMake Fixes #94

Merged
merged 6 commits into from
Dec 27, 2019
Merged

Man Pages and CMake Fixes #94

merged 6 commits into from
Dec 27, 2019

Conversation

var-username
Copy link
Contributor

Description

Added a man file and fixed CMake

Specific Changes proposed

Added a few TODO comments, a man file for openrpg, set up CMake to install the man pages, and fixed a CMake (bug? feature? your choice) where it always installed to /usr on linux

Requirements Checklist

  • Feature implemented | Bug fixed
  • Reviewed by a Core Contributor

@incomingstick
Copy link
Owner

Before I committed this I wanted to do some reading on man pages to make sure I understand things properly. We are actually going to want to maintain a number of man pages. I first want to point out that we fall into two categories:

1   Executable programs or shell commands
3   Library calls (functions within program libraries)

This is a good start to adding man pages, but if we are to catch up man pages to the current state of the project we are going to want a man page for each of our executables, and each out our libraries.

It would be awesome if you wanted to take ownership of #32!

Thanks for the contribution as always friend!! 👋

@incomingstick incomingstick merged commit 28a5ec8 into incomingstick:master Dec 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants