lilypond-0.1.17
[lilypond.git] / tex / Makefile
blob0e7e38765015be8b0fa1c0742ce12c8a596c62b6
1 # tex/Makefile
3 # subdir level:
5 depth = ..
8 include ./$(depth)/make/Include.make
11 # list of distribution files:
13 TEXFILES = $(wildcard *.tex)
14 DISTFILES = Makefile $(TEXFILES)
17 localinstall:
18 $(INSTALL) -d $(TEXDIR)/lilypond
19 $(INSTALL) -m 644 $(TEXFILES) $(TEXDIR)/lilypond/
21 localuninstall:
22 for i in $(TEXFILES) ; do rm -f $(TEXDIR)/lilypond/$$i; done
23 -rmdir $(TEXDIR)/lilypond/