scdoc2mdoc

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

commit 27511c55362cb35c48344d669acf1ac8f69c9616
parent 82a159e870d0da5f32445fe9e7c717426d756e1f
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun,  7 Oct 2018 11:54:24 -0400

Fix build of scdoc.5

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -34,7 +34,7 @@ scdoc.1: scdoc.1.scd $(HOST_SCDOC) scdoc.5: scdoc.5.scd $(HOST_SCDOC) $(HOST_SCDOC) < $< > $@ -all: scdoc scdoc.1 +all: scdoc scdoc.1 scdoc.5 clean: rm -rf $(OUTDIR) scdoc scdoc.1 scdoc.5