scdoc (mirror)
  • C 76.7%
  • Shell 18.2%
  • Makefile 5.1%
Find a file
Image Simon Ser deb7db7967
All checks were successful
builds.sr.ht Job completed
man: add section about SOURCE_DATE_EPOCH
scdoc supports SOURCE_DATE_EPOCH but it's not documented anywhere.
2023-12-04 12:53:02 +01:00
contrib Add contrib/_incr_version 2019-09-11 15:15:20 -04:00
include get rid of some unused includes 2023-03-13 12:53:39 +01:00
src fix formatting of escaped backticks 2023-10-31 08:12:15 +01:00
test Disallows differing row lengths in table 2021-10-04 11:50:21 +02:00
.build.yml Drop flex/bison from .build.yml 2020-07-13 13:30:54 -04:00
.editorconfig Add .editorconfig 2018-11-06 11:08:45 -05:00
.gitignore Add a pkg-config template 2019-03-01 13:58:53 -07:00
COPYING Switch from meson to plain makefile 2017-12-10 01:23:40 -05:00
Makefile Update version to 1.11.2 2021-11-13 09:04:45 +01:00
README.md Add uninstall target 2021-04-15 20:15:20 -04:00
scdoc.1.scd man: add section about SOURCE_DATE_EPOCH 2023-12-04 12:53:02 +01:00
scdoc.5.scd scdoc(1), scdoc(5): follow conventions more closely 2022-01-02 10:25:07 +01:00
scdoc.pc.in Add a pkg-config template 2019-03-01 13:58:53 -07:00

scdoc

scdoc is a simple man page generator 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

Uninstallation is similar:

sudo make uninstall

Usage

See scdoc(1)

Contributing

Send patches/bug reports to ~sircmpwn/public-inbox@lists.sr.ht