mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-24 18:04:00 +00:00
8 lines
147 B
Makefile
8 lines
147 B
Makefile
drivermandir = $(DRIVER_MAN_DIR)
|
|
driverman_DATA = evdev.$(DRIVER_MAN_SUFFIX)
|
|
|
|
CLEANFILES = $(driverman_DATA)
|
|
|
|
.man.$(DRIVER_MAN_SUFFIX):
|
|
cp $< $@
|