scdoc2mdoc

A fork of scdoc to output mdoc(7)
git clone git://git.sgregoratto.me/scdoc2mdoc
Log | Files | Refs | README | LICENSE

commit d1a54b63354f0d6277cac3acf82df5ff48c7caf3
parent a1b614bd62b6a2b1c0b2fc070a0d1632316804d1
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 10 Dec 2017 01:25:58 -0500

Add README.md

Diffstat:
AREADME.md | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,17 @@ +# 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