]> git.donarmstrong.com Git - lilypond.git/blob - tex/Makefile
release: 0.0.39-1
[lilypond.git] / tex / Makefile
1 # tex/Makefile
2
3 # subdir level:
4 #
5 depth = ..
6 #
7
8 build = ./$(depth)/lily/.build
9
10 # generic stuff/Makefile
11 #
12 include ./$(depth)/make/Stuff.make
13 #
14
15 # list of distribution files:
16
17 TEXFILES = $(shell ls *.tex)
18 DISTFILES = Makefile $(TEXFILES)
19 #
20