# tex/Makefile

depth = ..

include $(depth)/make/Stepmake.make

TEXFILES = $(wildcard *.tex)
DISTFILES = Makefile $(TEXFILES)

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

include $(stepdir)/Installfiles.make

