diff options
author | tomriddly | 2024-05-02 17:19:47 +0800 |
---|---|---|
committer | Nikias Bassen | 2024-05-18 23:17:53 +0200 |
commit | d4bd2673af76d96008ca6d2d44918180426a8ba8 (patch) | |
tree | 4fd6110f819aadf9680ec51bc67f2c2d2e29563e /docs | |
parent | db0e0221e0e445b832e3b4069ea8985c68410f8e (diff) | |
download | libimobiledevice-d4bd2673af76d96008ca6d2d44918180426a8ba8.tar.gz libimobiledevice-d4bd2673af76d96008ca6d2d44918180426a8ba8.tar.bz2 |
docs/Makefile.am: add man doc build for afcclient
Signed-off-by: tomriddly <tomriddly@qq.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) |