## Process this file with automake to create Makefile.in

## The script "focus-link" has a manpage, so perhaps it is intended to be
## installed?  (it is not installed currently)
## migo: if we ever fix and install this, it should be renamed to
## fvwm-focus-list or fvwm-command-focus

PERL = @PERL@

noinst_SCRIPTS = ex-auto ex-cascade ex-grpmv focus-Netscape	\
	focus-link push-away test1

EXTRA_DIST = ex-auto.pl ex-cascade.pl ex-grpmv.pl focus-Netscape.pl	\
	focus-link.pl push-away.pl test1.pl focus-link.1 test2.sh

CLEANFILES = $(noinst_SCRIPTS)

SUFFIXES = .pl
.pl:
	@rm -f $@
	sed -e 's,xPERLx,$(PERL),' $< > $@-t
	mv $@-t $@


syntax highlighted by Code2HTML, v. 0.9.1