]> git.donarmstrong.com Git - lilypond.git/blob - tex/Makefile
adcbcdd157fb553c6ab59b97ce98ead6034c7ac5
[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 localinstall:
18         $(INSTALL) -d $(TEXPREFIX)/lilypond
19         $(INSTALL) -m 755 $(TEXFILES) $(TEXPREFIX)/lilypond/
20
21 localuninstall:
22         for i in $(TEXFILES) ; do rm -f $(TEXPREFIX)/lilypond/$$i; done
23         -rmdir $(TEXPREFIX)/lilypond/