]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.52
authorfred <fred>
Sun, 24 Mar 2002 19:39:50 +0000 (19:39 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:39:50 +0000 (19:39 +0000)
tex/Makefile

index adcbcdd157fb553c6ab59b97ce98ead6034c7ac5..2c16ef242b9c1107a8bddcfab02f748369ac4923 100644 (file)
@@ -15,9 +15,9 @@ DISTFILES = Makefile $(TEXFILES)
 #
 
 localinstall:
-       $(INSTALL) -d $(TEXPREFIX)/lilypond
-       $(INSTALL) -m 755 $(TEXFILES) $(TEXPREFIX)/lilypond/
+       $(INSTALL) -d $(TEXDIR)/lilypond
+       $(INSTALL) -m 755 $(TEXFILES) $(TEXDIR)/lilypond/
 
 localuninstall:
-       for i in $(TEXFILES) ; do rm -f $(TEXPREFIX)/lilypond/$$i; done
-       -rmdir $(TEXPREFIX)/lilypond/
+       for i in $(TEXFILES) ; do rm -f $(TEXDIR)/lilypond/$$i; done
+       -rmdir $(TEXDIR)/lilypond/