]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/Makefile
release: 0.0.78
[lilypond.git] / init / Makefile
index b9d962d1ed12d8349bd39c6e2e41cd920deae426..fdab67ea61efc4f0fa8f06622a9e3f7dbe8a53ee 100644 (file)
@@ -1,5 +1,27 @@
-DFILES=dutch.ini table_sixteen.ini table_twenty.ini\
-       english.ini script.ini
+# init/Makefile
 
-dist:
-       ln Makefile $(DFILES) $(DDIR)/$(INITDIR)
+
+# subdir level:
+#
+depth = ..
+#
+
+build = ./$(depth)/lily/$(outdir)/.build
+
+# generic stuff/Makefile
+#
+include ./$(depth)/make/Include.make
+
+# list of distribution files:
+# 
+INIFILES = $(wildcard *.ly)
+DISTFILES = Makefile $(INIFILES)
+
+
+localinstall:
+       $(INSTALL) -d $(datadir)/lilypond/init
+       $(INSTALL) -m 644 $(INIFILES) $(datadir)/lilypond/init
+
+localuninstall:
+       for i in $(INIFILES) ; do rm -f $(datadir)/lilypond/init/$$i; done
+       -rmdir $(datadir)/lilypond/init $(datadir)/lilypond/