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.
 
 
 
 
Michael Weiss baabb97c46 Support $SOURCE_DATE_EPOCH for reproducible man pages 6 years ago
include Show origin of nested formatting issues 6 years ago
src Support $SOURCE_DATE_EPOCH for reproducible man pages 6 years ago
test Support $SOURCE_DATE_EPOCH for reproducible man pages 6 years ago
.editorconfig Add .editorconfig 6 years ago
.gitignore Add '.' to characters permitted in man page titles 6 years ago
COPYING Switch from meson to plain makefile 7 years ago
Makefile Update version to 1.5.2 6 years ago
README.md Update README.md 6 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 ~sircmpwn/public-inbox@lists.sr.ht