U=http://trillian.mit.edu/~jc/music/book/ViolaRuth/PWFT

all:  PWFT.abc PWFT.ps PWFT.pdf install

PWFT= [0-9][0-9][0-9]_*.abc
PWFT.abc: $(PWFT)
	abcjoin +SC $(PWFT) >PWFT.abc
PWFT.ps: PWFT.abc fmt/PWFT.fmt
	jcabc2ps PWFT.abc +k2 +n +x +Ffmt/PWFT.fmt \
	|PShdr %P 'Advanced Square Dance' %P \
	|PSftr %D $U/ %D >PWFT.ps
PWFT.pdf: PWFT.ps
	ps2pdf PWFT.ps PWFT.pdf

#PWFT.fmt: fmt/PWFT.fmt
#	ln -f fmt/PWFT.fmt PWFT.fmt

neat:         ; /bin/rm -f *- *.bak
clean:    neat; /bin/rm -f *.ps *.pdf
clobber: clean; /bin/rm -f PWFT.abc

install: ../PWFT.abc ../../ViolaRuth_PWFT.abc

../PWFT.abc: PWFT.abc; ln -f PWFT.abc ../PWFT.abc
../../ViolaRuth_PWFT.abc: PWFT.abc; ln -f PWFT.abc ../../ViolaRuth_PWFT.abc
