diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-06 22:18:41 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-01-26 09:01:26 +0200 |
commit | 8da102ccfff82066a71c055e35e1318112b16d02 (patch) | |
tree | 1eefbe518cdcb58864159b2dfece3e39494c998c /doc/Makefile | |
parent | c9e33ca851ec1cfec645b84a3f3f410c80335c1a (diff) | |
download | apk-tools-8da102ccfff82066a71c055e35e1318112b16d02.tar.gz apk-tools-8da102ccfff82066a71c055e35e1318112b16d02.tar.bz2 apk-tools-8da102ccfff82066a71c055e35e1318112b16d02.tar.xz apk-tools-8da102ccfff82066a71c055e35e1318112b16d02.zip |
add apk-repositories(5)
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 1 |
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 |