]> git.donarmstrong.com Git - lilypond.git/blob - tex/Makefile
7098987a94d49107af798c95deaef54813ee56db
[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