lilypond-0.0.61
[lilypond.git] / tex / Makefile
blob2c16ef242b9c1107a8bddcfab02f748369ac4923
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 755 $(TEXFILES) $(TEXDIR)/lilypond/
21 localuninstall:
22 for i in $(TEXFILES) ; do rm -f $(TEXDIR)/lilypond/$$i; done
23 -rmdir $(TEXDIR)/lilypond/