mirror of
https://github.com/X11Libre/xf86-video-v4l.git
synced 2026-03-24 01:25:19 +00:00
13 lines
286 B
Makefile
13 lines
286 B
Makefile
# SPDX-License-Identifier: MIT OR X11
|
|
#
|
|
# Copyright © 2026 Enrico Weigelt, metux IT consult <info@metux.net>
|
|
#
|
|
|
|
drvmandir = @xlibre_driver_man_dir@
|
|
drvman_DATA = @xlibre_driver_name@.@xlibre_driver_man_section@
|
|
|
|
CLEANFILES = $(drvman_DATA)
|
|
|
|
.man.@xlibre_driver_man_section@:
|
|
cp $< $@
|