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