]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/Makefile
release: 0.1.58
[lilypond.git] / init / Makefile
index 1422d5d2aad20a8aa1fd54bce2352f06c1f1ed00..1e846bdbbf4da6b926de9a859d9eb4feb6d64c01 100644 (file)
@@ -1,17 +1,11 @@
 # init/Makefile
 
-
-# subdir level:
-#
 depth = ..
-#
 
 # generic stuff/Makefile
 #
 include ./$(depth)/make/Include.make
 
-# list of distribution files:
-# 
 INIFILES = $(wildcard *.ly)
 DISTFILES = Makefile $(INIFILES)
 
@@ -20,11 +14,9 @@ DISTFILES = Makefile $(INIFILES)
 FONT_FILES = $(wildcard $(depth)/mf/*[0-9].mf)
 TABLES = $(patsubst $(depth)/mf/%.mf,%.ly,$(FONT_FILES))
 
-
 localclean:
        rm -f $(TABLES)
 
-
 INSTALLATION_DIR=$(datadir)/lilypond/
 INSTALLATION_FILES=$(INIFILES)