cvsimport
[fvwm.git] / modules / FvwmCommand / scripts / Makefile.am
blobc6c0b0000b7ce6793c1b3fd6fa9051b543edcd37
1 ## Process this file with automake to create Makefile.in
3 ## The script "focus-link" has a manpage, so perhaps it is intended to be
4 ## installed?  (it is not installed currently)
5 ## migo: if we ever fix and install this, it should be renamed to
6 ## fvwm-focus-list or fvwm-command-focus
8 PERL = @PERL@
10 noinst_SCRIPTS = ex-auto ex-cascade ex-grpmv focus-Netscape     \
11         focus-link push-away test1
13 EXTRA_DIST = ex-auto.pl ex-cascade.pl ex-grpmv.pl focus-Netscape.pl     \
14         focus-link.pl push-away.pl test1.pl focus-link.1 test2.sh
16 CLEANFILES = $(noinst_SCRIPTS)
18 SUFFIXES = .pl
19 .pl:
20         @rm -f $@
21         sed -e 's,xPERLx,$(PERL),' $< > $@-t
22         mv $@-t $@