]> git.donarmstrong.com Git - lilypond.git/blob - tex/Makefile
partial: 1.0.1.jcn
[lilypond.git] / tex / Makefile
1 # tex/Makefile
2
3 # subdir level:
4 #
5 depth = ..
6 #
7 #
8 include ./$(depth)/make/Include.make
9 #
10
11 # list of distribution files:
12
13 TEXFILES = $(wildcard *.tex)
14 DISTFILES = Makefile $(TEXFILES)
15 #
16
17 INSTALLATION_DIR=$(TEXDIR)/lilypond
18 INSTALLATION_FILES=$(TEXFILES)
19
20 include $(depth)/make/Installfiles.make