scdoc2mdoc

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

commit 07734b1deb2b2648c2c3b197e2cc048478eb70a4
parent ad035a30ccfbf5630bc1bc0f8ef7f6962da1a3c7
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 10 Dec 2017 12:36:06 -0500

Bump to 1.2.1

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

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.2.0 +VERSION=1.2.1 CC=cc CFLAGS=-DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS=-static