diff options
author | Elly Fong-Jones <elly@elly.town> | 2023-01-04 21:24:29 -0800 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2023-03-03 11:03:39 +0000 |
commit | 5f84463a34bd8c63a3ff649ae550c68934adaa5b (patch) | |
tree | 33a974c44ade342dc6f4d561aa803e1e9e6fd45e /doc/Makefile | |
parent | 3df4a948a6904fca7ec9ca35e9b4e620f5bf6ded (diff) | |
download | apk-tools-5f84463a34bd8c63a3ff649ae550c68934adaa5b.tar.gz apk-tools-5f84463a34bd8c63a3ff649ae550c68934adaa5b.tar.bz2 apk-tools-5f84463a34bd8c63a3ff649ae550c68934adaa5b.tar.xz apk-tools-5f84463a34bd8c63a3ff649ae550c68934adaa5b.zip |
doc: describe apk2 and apk3 file formats
This change adds two manpages: apk-v2(5) and apk-v3(5). These pages
describe the v2 and v3 file formats respectively, as I currently
understand them.
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index 21d5e03..ffc204c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,6 +2,8 @@ scdocs-y += \ apk-cache.5 \ apk-keys.5 \ apk-repositories.5 \ + apk-v2.5 \ + apk-v3.5 \ apk-world.5 \ apk.8 \ apk-add.8 \ |