]> git.donarmstrong.com Git - lilypond.git/blob - init/Makefile
release: 0.1.58
[lilypond.git] / init / Makefile
1 # init/Makefile
2
3 depth = ..
4
5 # generic stuff/Makefile
6 #
7 include ./$(depth)/make/Include.make
8
9 INIFILES = $(wildcard *.ly)
10 DISTFILES = Makefile $(INIFILES)
11
12 ## we probably can make tex/*defs.tex and init/*.ly in one go...
13 ## moved to mf/Makefile
14 FONT_FILES = $(wildcard $(depth)/mf/*[0-9].mf)
15 TABLES = $(patsubst $(depth)/mf/%.mf,%.ly,$(FONT_FILES))
16
17 localclean:
18         rm -f $(TABLES)
19
20 INSTALLATION_DIR=$(datadir)/lilypond/
21 INSTALLATION_FILES=$(INIFILES)
22
23 include $(depth)/make/Installfiles.make
24