aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-01-06 22:46:02 -0500
committerTimo Teräs <timo.teras@iki.fi>2020-01-26 09:01:26 +0200
commit9b07a6b01dd4781325411848c6ca92f4d3f28fc7 (patch)
tree9daa92ff60224e9715600d7d49c4c0f63e224534 /doc/Makefile
parent6d507b90727aa02fbe358d2bbe457e68121fcbd5 (diff)
downloadapk-tools-9b07a6b01dd4781325411848c6ca92f4d3f28fc7.tar.bz2
apk-tools-9b07a6b01dd4781325411848c6ca92f4d3f28fc7.tar.xz
add apk-del(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 b1fce65..3260e5f 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -6,6 +6,7 @@ $(obj)/%.8: $(src)/%.8.scd
docs: $(obj)/apk.8 \
$(obj)/apk-add.8 \
+ $(obj)/apk-del.8 \
$(obj)/apk-repositories.5 \
$(obj)/apk-world.5
targets += docs