]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.78
authorfred <fred>
Sun, 24 Mar 2002 19:40:58 +0000 (19:40 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:40:58 +0000 (19:40 +0000)
init/Makefile

index 32318e47c36e0a19ac71ede534dfe9923246be58..fdab67ea61efc4f0fa8f06622a9e3f7dbe8a53ee 100644 (file)
@@ -11,17 +11,16 @@ build = ./$(depth)/lily/$(outdir)/.build
 # generic stuff/Makefile
 #
 include ./$(depth)/make/Include.make
-#
 
 # list of distribution files:
 # 
-INITFILES = $(wildcard *.ly)
-DISTFILES = Makefile $(INITFILES)
-#
+INIFILES = $(wildcard *.ly)
+DISTFILES = Makefile $(INIFILES)
+
 
 localinstall:
        $(INSTALL) -d $(datadir)/lilypond/init
-       $(INSTALL) -m 644 $(INITFILES) $(datadir)/lilypond/init
+       $(INSTALL) -m 644 $(INIFILES) $(datadir)/lilypond/init
 
 localuninstall:
        for i in $(INIFILES) ; do rm -f $(datadir)/lilypond/init/$$i; done