mirror of
https://github.com/X11Libre/xf86-input-joystick.git
synced 2026-03-24 01:34:06 +00:00
Instead of doing separate sed call, use autoconf output. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
8 lines
148 B
Makefile
8 lines
148 B
Makefile
drivermandir = @DRIVER_MAN_DIR@
|
|
driverman_DATA = joystick.@DRIVER_MAN_SUFFIX@
|
|
|
|
CLEANFILES = $(driverman_DATA)
|
|
|
|
.man.$(DRIVER_MAN_SUFFIX):
|
|
cp $< $@
|