Add Man pages#464
Conversation
|
Merged it but some modifications done. More work needed here, cf. following 2016-09-15 5:20 GMT+02:00 Daniel Campoverde notifications@github.com:
|
|
@xor-gate sure, I'll work on The other pages today |
This is the first attempt to add man pages for the utilities (#208)
Only the man page for
st-utilis ready, if this is useful I will make the pages for the other binaries as well.The Cmake rules are modified so doing
sudo make installinstalls the man pages. Then doingman st-utilworks just fine.The makrdown man pages need to be generated first by doing
makein thedoc/mandirectory. Maybe integrate this in the Cmake rules (?)