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 7d6ea06952 1.3.2 7 years ago
include Implement tables 7 years ago
src 1.3.2 7 years ago
test 1.3.2 7 years ago
.gitignore Switch from meson to plain makefile 7 years ago
COPYING Switch from meson to plain makefile 7 years ago
Makefile Set up test suite 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