aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-01-06 22:40:54 -0500
committerTimo Teräs <timo.teras@iki.fi>2020-01-26 09:01:26 +0200
commit6d507b90727aa02fbe358d2bbe457e68121fcbd5 (patch)
treeb8960ae19481bc31b801bd6df088d2009594313b /doc/Makefile
parent8da102ccfff82066a71c055e35e1318112b16d02 (diff)
downloadapk-tools-6d507b90727aa02fbe358d2bbe457e68121fcbd5.tar.bz2
apk-tools-6d507b90727aa02fbe358d2bbe457e68121fcbd5.tar.xz
add apk-add(8)
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 310a4c3..b1fce65 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -5,6 +5,7 @@ $(obj)/%.8: $(src)/%.8.scd
$(SCDOC) < $< > $@
docs: $(obj)/apk.8 \
+ $(obj)/apk-add.8 \
$(obj)/apk-repositories.5 \
$(obj)/apk-world.5
targets += docs