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.
 
 
 
 
Drew DeVault 13283e7b64 scdoc 1.5.1 6 years ago
include Show origin of nested formatting issues 6 years ago
src Add support for explicit line breaks 6 years ago
test Support extra2 and extra3 in title section 7 years ago
.gitignore Switch from meson to plain makefile 7 years ago
COPYING Switch from meson to plain makefile 7 years ago
Makefile scdoc 1.5.1 6 years ago
README.md Fix indentation bugs 7 years ago
scdoc.1.scd Split scdoc(5) from scdoc(1) 6 years ago
scdoc.5.scd Add support for explicit line breaks 6 years ago

README.md

scdoc

scdoc is a simple man page generator written 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 sir@cmpwn.com