aboutsummaryrefslogtreecommitdiff
blob: f9768d14437b79cf760029cf2ceb7122fb5dd6cc (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
# Do not edit. Generated by make-man-rules.py.
# To regenerate:
#   1. Create, update, or remove source .xml files in man/
#   2. Run 'make update-man-list'
#   3. Run 'make man' to generate manpages
#
# To make a man page conditional on a configure switch add
# attribute conditional="ENABLE_WHAT" or conditional="WITH_WHAT"
# to <refentry> element.
MANPAGES += \
	man/libudev.3 \
	man/udev.7 \
	man/udev.conf.5 \
	man/udev_device_get_syspath.3 \
	man/udev_device_has_tag.3 \
	man/udev_device_new_from_syspath.3 \
	man/udev_enumerate_add_match_subsystem.3 \
	man/udev_enumerate_new.3 \
	man/udev_enumerate_scan_devices.3 \
	man/udev_list_entry.3 \
	man/udev_monitor_filter_update.3 \
	man/udev_monitor_new_from_netlink.3 \
	man/udev_monitor_receive_device.3 \
	man/udev_new.3 \
	man/udevadm.8
MANPAGES_ALIAS += \
	man/udev_device_get_action.3 \
	man/udev_device_get_devlinks_list_entry.3 \
	man/udev_device_get_devnode.3 \
	man/udev_device_get_devnum.3 \
	man/udev_device_get_devpath.3 \
	man/udev_device_get_devtype.3 \
	man/udev_device_get_driver.3 \
	man/udev_device_get_is_initialized.3 \
	man/udev_device_get_parent.3 \
	man/udev_device_get_parent_with_subsystem_devtype.3 \
	man/udev_device_get_properties_list_entry.3 \
	man/udev_device_get_property_value.3 \
	man/udev_device_get_subsystem.3 \
	man/udev_device_get_sysattr_list_entry.3 \
	man/udev_device_get_sysattr_value.3 \
	man/udev_device_get_sysname.3 \
	man/udev_device_get_sysnum.3 \
	man/udev_device_get_tags_list_entry.3 \
	man/udev_device_get_udev.3 \
	man/udev_device_new_from_device_id.3 \
	man/udev_device_new_from_devnum.3 \
	man/udev_device_new_from_environment.3 \
	man/udev_device_new_from_subsystem_sysname.3 \
	man/udev_device_ref.3 \
	man/udev_device_set_sysattr_value.3 \
	man/udev_device_unref.3 \
	man/udev_enumerate_add_match_is_initialized.3 \
	man/udev_enumerate_add_match_parent.3 \
	man/udev_enumerate_add_match_property.3 \
	man/udev_enumerate_add_match_sysattr.3 \
	man/udev_enumerate_add_match_sysname.3 \
	man/udev_enumerate_add_match_tag.3 \
	man/udev_enumerate_add_nomatch_subsystem.3 \
	man/udev_enumerate_add_nomatch_sysattr.3 \
	man/udev_enumerate_add_syspath.3 \
	man/udev_enumerate_get_list_entry.3 \
	man/udev_enumerate_get_udev.3 \
	man/udev_enumerate_ref.3 \
	man/udev_enumerate_scan_subsystems.3 \
	man/udev_enumerate_unref.3 \
	man/udev_list_entry_get_by_name.3 \
	man/udev_list_entry_get_name.3 \
	man/udev_list_entry_get_next.3 \
	man/udev_list_entry_get_value.3 \
	man/udev_monitor_enable_receiving.3 \
	man/udev_monitor_filter_add_match_subsystem_devtype.3 \
	man/udev_monitor_filter_add_match_tag.3 \
	man/udev_monitor_filter_remove.3 \
	man/udev_monitor_get_fd.3 \
	man/udev_monitor_get_udev.3 \
	man/udev_monitor_ref.3 \
	man/udev_monitor_set_receive_buffer_size.3 \
	man/udev_monitor_unref.3 \
	man/udev_ref.3 \
	man/udev_unref.3
man/udev_device_get_action.3: man/udev_device_get_syspath.3
man/udev_device_get_devlinks_list_entry.3: man/udev_device_has_tag.3
man/udev_device_get_devnode.3: man/udev_device_get_syspath.3
man/udev_device_get_devnum.3: man/udev_device_get_syspath.3
man/udev_device_get_devpath.3: man/udev_device_get_syspath.3
man/udev_device_get_devtype.3: man/udev_device_get_syspath.3
man/udev_device_get_driver.3: man/udev_device_get_syspath.3
man/udev_device_get_is_initialized.3: man/udev_device_get_syspath.3
man/udev_device_get_parent.3: man/udev_device_get_syspath.3
man/udev_device_get_parent_with_subsystem_devtype.3: man/udev_device_get_syspath.3
man/udev_device_get_properties_list_entry.3: man/udev_device_has_tag.3
man/udev_device_get_property_value.3: man/udev_device_has_tag.3
man/udev_device_get_subsystem.3: man/udev_device_get_syspath.3
man/udev_device_get_sysattr_list_entry.3: man/udev_device_has_tag.3
man/udev_device_get_sysattr_value.3: man/udev_device_has_tag.3
man/udev_device_get_sysname.3: man/udev_device_get_syspath.3
man/udev_device_get_sysnum.3: man/udev_device_get_syspath.3
man/udev_device_get_tags_list_entry.3: man/udev_device_has_tag.3
man/udev_device_get_udev.3: man/udev_device_get_syspath.3
man/udev_device_new_from_device_id.3: man/udev_device_new_from_syspath.3
man/udev_device_new_from_devnum.3: man/udev_device_new_from_syspath.3
man/udev_device_new_from_environment.3: man/udev_device_new_from_syspath.3
man/udev_device_new_from_subsystem_sysname.3: man/udev_device_new_from_syspath.3
man/udev_device_ref.3: man/udev_device_new_from_syspath.3
man/udev_device_set_sysattr_value.3: man/udev_device_has_tag.3
man/udev_device_unref.3: man/udev_device_new_from_syspath.3
man/udev_enumerate_add_match_is_initialized.3: man/udev_enumerate_add_match_subsystem.3
man/udev_enumerate_add_match_parent.3: man/udev_enumerate_add_match_subsystem.3
man/udev_enumerate_add_match_property.3: man/udev_enumerate_add_match_subsystem.3
man/udev_enumerate_add_match_sysattr.3: man/udev_enumerate_add_match_subsystem.3
man/udev_enumerate_add_match_sysname.3: man/udev_enumerate_add_match_subsystem.3
man/udev_enumerate_add_match_tag.3: man/udev_enumerate_add_match_subsystem.3
man/udev_enumerate_add_nomatch_subsystem.3: man/udev_enumerate_add_match_subsystem.3
man/udev_enumerate_add_nomatch_sysattr.3: man/udev_enumerate_add_match_subsystem.3
man/udev_enumerate_add_syspath.3: man/udev_enumerate_scan_devices.3
man/udev_enumerate_get_list_entry.3: man/udev_enumerate_scan_devices.3
man/udev_enumerate_get_udev.3: man/udev_enumerate_scan_devices.3
man/udev_enumerate_ref.3: man/udev_enumerate_new.3
man/udev_enumerate_scan_subsystems.3: man/udev_enumerate_scan_devices.3
man/udev_enumerate_unref.3: man/udev_enumerate_new.3
man/udev_list_entry_get_by_name.3: man/udev_list_entry.3
man/udev_list_entry_get_name.3: man/udev_list_entry.3
man/udev_list_entry_get_next.3: man/udev_list_entry.3
man/udev_list_entry_get_value.3: man/udev_list_entry.3
man/udev_monitor_enable_receiving.3: man/udev_monitor_receive_device.3
man/udev_monitor_filter_add_match_subsystem_devtype.3: man/udev_monitor_filter_update.3
man/udev_monitor_filter_add_match_tag.3: man/udev_monitor_filter_update.3
man/udev_monitor_filter_remove.3: man/udev_monitor_filter_update.3
man/udev_monitor_get_fd.3: man/udev_monitor_receive_device.3
man/udev_monitor_get_udev.3: man/udev_monitor_receive_device.3
man/udev_monitor_ref.3: man/udev_monitor_new_from_netlink.3
man/udev_monitor_set_receive_buffer_size.3: man/udev_monitor_receive_device.3
man/udev_monitor_unref.3: man/udev_monitor_new_from_netlink.3
man/udev_ref.3: man/udev_new.3
man/udev_unref.3: man/udev_new.3
man/udev_device_get_action.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_devlinks_list_entry.html: man/udev_device_has_tag.html
	$(html-alias)

man/udev_device_get_devnode.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_devnum.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_devpath.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_devtype.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_driver.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_is_initialized.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_parent.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_parent_with_subsystem_devtype.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_properties_list_entry.html: man/udev_device_has_tag.html
	$(html-alias)

man/udev_device_get_property_value.html: man/udev_device_has_tag.html
	$(html-alias)

man/udev_device_get_subsystem.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_sysattr_list_entry.html: man/udev_device_has_tag.html
	$(html-alias)

man/udev_device_get_sysattr_value.html: man/udev_device_has_tag.html
	$(html-alias)

man/udev_device_get_sysname.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_sysnum.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_get_tags_list_entry.html: man/udev_device_has_tag.html
	$(html-alias)

man/udev_device_get_udev.html: man/udev_device_get_syspath.html
	$(html-alias)

man/udev_device_new_from_device_id.html: man/udev_device_new_from_syspath.html
	$(html-alias)

man/udev_device_new_from_devnum.html: man/udev_device_new_from_syspath.html
	$(html-alias)

man/udev_device_new_from_environment.html: man/udev_device_new_from_syspath.html
	$(html-alias)

man/udev_device_new_from_subsystem_sysname.html: man/udev_device_new_from_syspath.html
	$(html-alias)

man/udev_device_ref.html: man/udev_device_new_from_syspath.html
	$(html-alias)

man/udev_device_set_sysattr_value.html: man/udev_device_has_tag.html
	$(html-alias)

man/udev_device_unref.html: man/udev_device_new_from_syspath.html
	$(html-alias)

man/udev_enumerate_add_match_is_initialized.html: man/udev_enumerate_add_match_subsystem.html
	$(html-alias)

man/udev_enumerate_add_match_parent.html: man/udev_enumerate_add_match_subsystem.html
	$(html-alias)

man/udev_enumerate_add_match_property.html: man/udev_enumerate_add_match_subsystem.html
	$(html-alias)

man/udev_enumerate_add_match_sysattr.html: man/udev_enumerate_add_match_subsystem.html
	$(html-alias)

man/udev_enumerate_add_match_sysname.html: man/udev_enumerate_add_match_subsystem.html
	$(html-alias)

man/udev_enumerate_add_match_tag.html: man/udev_enumerate_add_match_subsystem.html
	$(html-alias)

man/udev_enumerate_add_nomatch_subsystem.html: man/udev_enumerate_add_match_subsystem.html
	$(html-alias)

man/udev_enumerate_add_nomatch_sysattr.html: man/udev_enumerate_add_match_subsystem.html
	$(html-alias)

man/udev_enumerate_add_syspath.html: man/udev_enumerate_scan_devices.html
	$(html-alias)

man/udev_enumerate_get_list_entry.html: man/udev_enumerate_scan_devices.html
	$(html-alias)

man/udev_enumerate_get_udev.html: man/udev_enumerate_scan_devices.html
	$(html-alias)

man/udev_enumerate_ref.html: man/udev_enumerate_new.html
	$(html-alias)

man/udev_enumerate_scan_subsystems.html: man/udev_enumerate_scan_devices.html
	$(html-alias)

man/udev_enumerate_unref.html: man/udev_enumerate_new.html
	$(html-alias)

man/udev_list_entry_get_by_name.html: man/udev_list_entry.html
	$(html-alias)

man/udev_list_entry_get_name.html: man/udev_list_entry.html
	$(html-alias)

man/udev_list_entry_get_next.html: man/udev_list_entry.html
	$(html-alias)

man/udev_list_entry_get_value.html: man/udev_list_entry.html
	$(html-alias)

man/udev_monitor_enable_receiving.html: man/udev_monitor_receive_device.html
	$(html-alias)

man/udev_monitor_filter_add_match_subsystem_devtype.html: man/udev_monitor_filter_update.html
	$(html-alias)

man/udev_monitor_filter_add_match_tag.html: man/udev_monitor_filter_update.html
	$(html-alias)

man/udev_monitor_filter_remove.html: man/udev_monitor_filter_update.html
	$(html-alias)

man/udev_monitor_get_fd.html: man/udev_monitor_receive_device.html
	$(html-alias)

man/udev_monitor_get_udev.html: man/udev_monitor_receive_device.html
	$(html-alias)

man/udev_monitor_ref.html: man/udev_monitor_new_from_netlink.html
	$(html-alias)

man/udev_monitor_set_receive_buffer_size.html: man/udev_monitor_receive_device.html
	$(html-alias)

man/udev_monitor_unref.html: man/udev_monitor_new_from_netlink.html
	$(html-alias)

man/udev_ref.html: man/udev_new.html
	$(html-alias)

man/udev_unref.html: man/udev_new.html
	$(html-alias)


if ENABLE_HWDB
MANPAGES += \
	man/hwdb.7 \
	man/systemd-hwdb.8
MANPAGES_ALIAS += \
	#


endif

if HAVE_PYTHON
MANPAGES += \
	man/systemd.index.7
MANPAGES_ALIAS += \
	#


endif

# Really, do not edit this file.

EXTRA_DIST += \
	man/hwdb.xml \
	man/libudev.xml \
	man/systemd-hwdb.xml \
	man/udev.conf.xml \
	man/udev.xml \
	man/udev_device_get_syspath.xml \
	man/udev_device_has_tag.xml \
	man/udev_device_new_from_syspath.xml \
	man/udev_enumerate_add_match_subsystem.xml \
	man/udev_enumerate_new.xml \
	man/udev_enumerate_scan_devices.xml \
	man/udev_list_entry.xml \
	man/udev_monitor_filter_update.xml \
	man/udev_monitor_new_from_netlink.xml \
	man/udev_monitor_receive_device.xml \
	man/udev_new.xml \
	man/udevadm.xml