blob: 8156d4f912a8a804db0e13f9f0728779a7ee035e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
man_MANS = \
idevice_id.1 \
ideviceinfo.1 \
idevicebtlogger.1 \
idevicesyslog.1 \
idevicebackup.1 \
idevicebackup2.1 \
ideviceimagemounter.1 \
idevicescreenshot.1 \
idevicepair.1 \
ideviceenterrecovery.1 \
idevicedate.1 \
ideviceprovision.1 \
idevicedebugserverproxy.1 \
idevicediagnostics.1 \
idevicecrashreport.1 \
idevicename.1 \
idevicedebug.1 \
idevicedevmodectl.1 \
idevicenotificationproxy.1 \
idevicesetlocation.1 \
afcclient.1
EXTRA_DIST = $(man_MANS)
DISTCLEANFILES = html/* html
|