summaryrefslogtreecommitdiff
path: root/doc/meson.build
diff options
context:
space:
mode:
authorElly Fong-Jones <elly@elly.town>2023-01-04 21:24:29 -0800
committerTimo Teräs <timo.teras@iki.fi>2023-03-03 11:03:39 +0000
commit5f84463a34bd8c63a3ff649ae550c68934adaa5b (patch)
tree33a974c44ade342dc6f4d561aa803e1e9e6fd45e /doc/meson.build
parent3df4a948a6904fca7ec9ca35e9b4e620f5bf6ded (diff)
downloadapk-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/meson.build')
-rw-r--r--doc/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 6e2173a..55e51ba 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -19,6 +19,8 @@ man_files = files(
'apk-stats.8.scd',
'apk-update.8.scd',
'apk-upgrade.8.scd',
+ 'apk-v2.5.scd',
+ 'apk-v3.5.scd',
'apk-verify.8.scd',
'apk-version.8.scd',
'apk-world.5.scd',