diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-14 20:07:24 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-01-26 09:01:26 +0200 |
commit | 6e7d307ba99ffbb9483c21f45524fbcb7ba511a5 (patch) | |
tree | a9d78ebe88bfe00b67ef3ef005b1660e6f9e6e60 /doc/Makefile | |
parent | dc2e364d28f7ea266a37648ad1de9c4eae7aa31d (diff) | |
download | apk-tools-6e7d307ba99ffbb9483c21f45524fbcb7ba511a5.tar.gz apk-tools-6e7d307ba99ffbb9483c21f45524fbcb7ba511a5.tar.bz2 apk-tools-6e7d307ba99ffbb9483c21f45524fbcb7ba511a5.tar.xz apk-tools-6e7d307ba99ffbb9483c21f45524fbcb7ba511a5.zip |
add apk-audit(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 262e717..6dae470 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-audit.8 \ $(obj)/apk-cache.8 \ $(obj)/apk-del.8 \ $(obj)/apk-dot.8 \ |