scdoc2mdoc

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

commit fe7d68bef94f691476e46dbfd9147602b4462926
parent 6707a05c77b813436fb16d2da8f85b00b64dc689
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 10 Dec 2017 12:04:55 -0500

Remove mkdir -p from Makefile

Diffstat:
MMakefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -37,7 +37,6 @@ clean: rm -rf .build scdoc install: all - mkdir -p $(DESTDIR) install -Dm755 scdoc $(BINDIR)/scdoc install -Dm644 scdoc.1 $(MANDIR)/man1/scdoc.1