From 2ee0f5c5df9c9a02dc81f9597c28894ee26dddb0 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 12 Nov 2021 12:58:03 +0100 Subject: Add a manpage and more to the README --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..65dcd5c --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +all: target/modderbaas.html target/modderbaas.1 + +target/modderbaas.html: modderbaas.adoc + asciidoctor -o $@ $< + +target/modderbaas.1: modderbaas.adoc + asciidoctor -b manpage -o $@ $< + +.PHONY: all -- cgit v1.2.3