U=http://trillian.mit.edu/~jc/music/book/DfyT/1791/Goulding_dAlmaine/
a2p=jcabc2ps

all: tunes install

tunes= [0-9][0-9]_*.abc
tunes: tunes.abc tunes.ps tunes.pdf
tunes.abc: $(tunes)
	abcjoin +S2 $(tunes) >tunes.abc
tunes.ps: tunes.abc fmt/tunes.fmt
	$(a2p) +n +x +Ffmt/tunes tunes.abc \
	|PShdr tunes '+24 Country Dances for the Year 1826' tunes \
	|PSftr %P $U %D >tunes.ps
tunes.pdf: tunes.ps
	ps2pdf tunes.ps tunes.pdf

neat:         ; /bin/rm -f *-
clean:   neat ; /bin/rm -f *.ps *.pdf
clobber: clean; /bin/rm -f tunes.*

install:  tunes.abc
	/bin/ln -f tunes.abc ../Goulding_dAlmaine.abc
	/bin/ln -f tunes.abc ../../1826_Goulding_dAlmaine.abc
	/bin/ln -f tunes.abc ../../../24CountryDances_1826_Goulding_dAlmaine.abc
