From d4bd2673af76d96008ca6d2d44918180426a8ba8 Mon Sep 17 00:00:00 2001 From: tomriddly Date: Thu, 2 May 2024 17:19:47 +0800 Subject: docs/Makefile.am: add man doc build for afcclient Signed-off-by: tomriddly --- docs/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index 4a4c56f..8156d4f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -18,7 +18,8 @@ man_MANS = \ idevicedebug.1 \ idevicedevmodectl.1 \ idevicenotificationproxy.1 \ - idevicesetlocation.1 + idevicesetlocation.1 \ + afcclient.1 EXTRA_DIST = $(man_MANS) -- cgit v1.1-32-gdbae