diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-06 22:46:02 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-01-26 09:01:26 +0200 |
commit | 9b07a6b01dd4781325411848c6ca92f4d3f28fc7 (patch) | |
tree | 9daa92ff60224e9715600d7d49c4c0f63e224534 /doc/Makefile | |
parent | 6d507b90727aa02fbe358d2bbe457e68121fcbd5 (diff) | |
download | apk-tools-9b07a6b01dd4781325411848c6ca92f4d3f28fc7.tar.gz apk-tools-9b07a6b01dd4781325411848c6ca92f4d3f28fc7.tar.bz2 apk-tools-9b07a6b01dd4781325411848c6ca92f4d3f28fc7.tar.xz apk-tools-9b07a6b01dd4781325411848c6ca92f4d3f28fc7.zip |
add apk-del(8)
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 b1fce65..3260e5f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,6 +6,7 @@ $(obj)/%.8: $(src)/%.8.scd docs: $(obj)/apk.8 \ $(obj)/apk-add.8 \ + $(obj)/apk-del.8 \ $(obj)/apk-repositories.5 \ $(obj)/apk-world.5 targets += docs |