depth = ..

TEX_FILES = $(wildcard *.tex)  

EXTRA_DIST_FILES = $(TEX_FILES) latin1.enc
STEPMAKE_TEMPLATES=install

INSTALLATION_DIR=$(local_lilypond_datadir)/tex/
INSTALLATION_FILES=$(TEX_FILES) $(outdir)/latin1.enc  $(outdir)/music-drawing-routines.ps

include $(depth)/make/stepmake.make

$(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps
	rm -f $@
	-ln $< $@

$(outdir)/latin1.enc: latin1.enc
	rm -f $@
	-ln $< $@

all: $(INSTALLATION_FILES)
