lilypond-0.1.58
[lilypond.git] / tex / Makefile
blob9a7713e43dba50d2ee7b3bdd10c6dd5e93603f66
1 # tex/Makefile
3 # subdir level:
5 depth = ..
8 include ./$(depth)/make/Include.make
11 # list of distribution files:
13 TEXFILES = $(wildcard *.tex)
14 DISTFILES = Makefile $(TEXFILES)
17 INSTALLATION_DIR=$(TEXDIR)/lilypond
18 INSTALLATION_FILES=$(TEXFILES)
20 include $(depth)/make/Installfiles.make