]> git.donarmstrong.com Git - lilypond.git/blob - tex/Makefile
release: 0.0.42
[lilypond.git] / tex / Makefile
1 # tex/Makefile
2
3 # subdir level:
4 #
5 depth = ..
6 #
7
8 build = ./$(depth)/lily/$(outdir)/.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
21 localinstall:
22         $(INSTALL) -d $(TEXPREFIX)/lilypond
23         $(INSTALL) -m 755 $(TEXFILES) $(TEXPREFIX)/lilypond/
24
25 localuninstall:
26         for i in $(TEXFILES) ; do rm -f $(TEXPREFIX)/lilypond/$$i; done
27         -rmdir $(TEXPREFIX)/lilypond/