blob: 5ed81fe3814ac9159cde927f14465ca3099bf730 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
man_MANS = \
idevice_id.1 \
ideviceinfo.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 \
idevicenotificationproxy.1 \
idevicesetlocation.1
EXTRA_DIST = $(man_MANS)
DISTCLEANFILES = html/* html
|