From 01ac041bb94fa63fa9d41272f1e560a42b6cbbab Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 6 Jan 2020 16:23:24 -0500 Subject: Initial riggings for man pages, add apk(8) This commit sets up the build system to compile man pages with scdoc, and adds the first man page: apk(8). --- doc/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/Makefile (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..be37b7d --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,8 @@ +$(obj)/%.8: $(src)/%.8.scd + $(SCDOC) < $< > $@ + +docs: $(obj)/apk.8 +targets += docs + +install: docs + # TODO -- cgit v1.2.3-60-g2f50