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). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98b565d..fdb6945 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ export DESTDIR SBINDIR LIBDIR CONFDIR MANDIR DOCDIR ## # Top-level rules and targets -targets := libfetch/ src/ +targets := libfetch/ src/ doc/ ## # Include all rules and stuff -- cgit v1.2.3