mirror of
https://github.com/upa/mscp.git
synced 2026-02-13 16:44:43 +08:00
doc/mscp.rst is generate from mscp.1 by make generate-mscp-rst. README is also updateded to reference doc/mscp.rst.
11 lines
237 B
Markdown
11 lines
237 B
Markdown
|
|
# Document
|
|
|
|
The base file of documents is `mscp.1.in`. The manpage of mscp and
|
|
`doc/mscp.rst` are generated from `mscp.1.in`.
|
|
|
|
When `mscp.1.in` is changed, update `doc/mscp.rst` by:
|
|
|
|
1. `cd build`
|
|
2. `cmake ..`
|
|
3. `make update-mscp-rst` |