aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-01-06 22:18:41 -0500
committerTimo Teräs <timo.teras@iki.fi>2020-01-26 09:01:26 +0200
commit8da102ccfff82066a71c055e35e1318112b16d02 (patch)
tree1eefbe518cdcb58864159b2dfece3e39494c998c /doc/Makefile
parentc9e33ca851ec1cfec645b84a3f3f410c80335c1a (diff)
downloadapk-tools-8da102ccfff82066a71c055e35e1318112b16d02.tar.bz2
apk-tools-8da102ccfff82066a71c055e35e1318112b16d02.tar.xz
add apk-repositories(5)
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 57b4e5f..310a4c3 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -5,6 +5,7 @@ $(obj)/%.8: $(src)/%.8.scd
$(SCDOC) < $< > $@
docs: $(obj)/apk.8 \
+ $(obj)/apk-repositories.5 \
$(obj)/apk-world.5
targets += docs