mirror of https://github.com/ddevault/scdoc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
420 B
23 lines
420 B
# scdoc
|
|
|
|
scdoc is a simple man page generator for POSIX systems written in C99.
|
|
|
|
## Installation
|
|
|
|
make
|
|
sudo make install
|
|
|
|
You can pass PREFIX or DESTDIR to make if you'd like:
|
|
|
|
make PREFIX=/usr
|
|
sudo make PREFIX=/usr install
|
|
|
|
## Usage
|
|
|
|
See scdoc(1)
|
|
|
|
## Contributing
|
|
|
|
Send patches/bug reports to [~sircmpwn/public-inbox@lists.sr.ht][mailing-list]
|
|
|
|
[mailing-list]: mailto:~sircmpwn/public-inbox@lists.sr.ht
|
|
|