scdoc2mdoc

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

commit 81d5902ddb527c4235fb1b39780bdb7dfd02c639
parent 0d731c6aa0966ad15cb7e2c6158df5bff07c9f41
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri,  1 Mar 2019 13:53:08 -0500

Update version to 1.9.2

Diffstat:
MMakefile | 2+-
Mscdoc.pc | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.9.1 +VERSION=1.9.2 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude diff --git a/scdoc.pc b/scdoc.pc @@ -4,4 +4,4 @@ scdoc=${exec_prefix}/bin/scdoc Name: scdoc Description: Man page generator -Version: 1.9.1 +Version: 1.9.2