machinekit / machinekit-docs

Machinekit website
http://www.machinekit.io
16 stars 54 forks source link

Man page stub & script to create links to it for each manual page #220

Closed ArcEye closed 8 years ago

ArcEye commented 8 years ago

To be used within Jenkins website-production job to create symlinks and package them for installation into /usr/share/man

After installation all man <component> commands, where <component> is a Machinekit component with a manual page, will be diverted to an informational stub showing how to access the manual page.

From https://github.com/machinekit/machinekit-docs/pull/216#issuecomment-238416862 by @cdsteinkuehler

Signed-off-by: Mick arceye@mgware.co.uk

ArcEye commented 8 years ago

Once this is passed and merged, I can move the job into website-preview and test package production there

It works perfectly locally on my own computer.