Drew DeVault e971203b15 1.3.4 7 years ago
include Implement tables 7 years ago
src Permit man pages in section 0 7 years ago
test Emit .RS 4 instead of .RS 4, remove extra RE 7 years ago
.gitignore Switch from meson to plain makefile 7 years ago
COPYING Switch from meson to plain makefile 7 years ago
Makefile 1.3.4 7 years ago
README.md Fix indentation bugs 7 years ago
scdoc.1.scd Implement ; comments 7 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