blob: cc7423d0785f3e4a3d690d545cb0e2a9fb918d39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
XCOMM
XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/Imakefile,v 1.1.2.2 1998/02/26 20:11:17 hohndel Exp $
XCOMM
XF86SETUPLIBDIR = $(LIBDIR)/XF86Setup
SCRIPTSDIR = $(XF86SETUPLIBDIR)/texts/generic
SCRIPTFILES = messages.tcl message_proc.tcl \
help_card.tcl help_done.tcl help_keyboard.tcl \
help_monitor.tcl help_mouse.tcl help_other.tcl \
help_intro.tcl help_modeselect.tcl
all::
InstallMultiple($(SCRIPTFILES),$(SCRIPTSDIR))
|