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 64f623387b Fix man installation dir in Makefile 7 years ago
include Implement bold and underline 7 years ago
src Disable justification in output 7 years ago
.gitignore Switch from meson to plain makefile 7 years ago
COPYING Switch from meson to plain makefile 7 years ago
Makefile Fix man installation dir in Makefile 7 years ago
README.md Add README.md 7 years ago
scdoc.1.scd Implement lists 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

Contributing

Send patches/bug reports to sir@cmpwn.com