# tex/Makefile

depth = ..


TEX_FILES = $(wildcard *.tex)
EXTRA_DIST_FILES =  $(TEX_FILES)

INSTALLATION_DIR=$(TEXDIR)/lilypond
INSTALLATION_FILES=$(TEX_FILES)

include $(depth)/make/Stepmake.make
include $(stepdir)/Installfiles.make

