From: fred Date: Sun, 24 Mar 2002 19:39:50 +0000 (+0000) Subject: lilypond-0.0.52 X-Git-Tag: release/1.5.59~4926 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4aa2ee4f7519ec4141a381f5276c9c77012c6ea7;p=lilypond.git lilypond-0.0.52 --- diff --git a/tex/Makefile b/tex/Makefile index adcbcdd157..2c16ef242b 100644 --- a/tex/Makefile +++ b/tex/Makefile @@ -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/