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