From c100810c19f20554ff571b01e486201e7d55e44f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:35:07 +0000 Subject: [PATCH] lilypond-0.0.42 --- init/Makefile | 9 ++++++++- tex/Makefile | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/init/Makefile b/init/Makefile index ff8dd8efad..04fb51197d 100644 --- a/init/Makefile +++ b/init/Makefile @@ -5,7 +5,7 @@ depth = .. # -build = ./$(depth)/lily/.build +build = ./$(depth)/lily/$(outdir)/.build # generic stuff/Makefile # @@ -18,3 +18,10 @@ INIFILES = $(shell ls *.ini) DISTFILES = Makefile $(INIFILES) # +localinstall: + $(INSTALL) -d $(datadir)/lilypond/init + $(INSTALL) -m 755 $(INIFILES) $(datadir)/lilypond/init + +localuninstall: + for i in $(INIFILES) ; do rm -f $(datadir)/lilypond/init/$$i; done + -rmdir $(datadir)/lilypond/init $(datadir)/lilypond/ diff --git a/tex/Makefile b/tex/Makefile index 7098987a94..35004f0f6d 100644 --- a/tex/Makefile +++ b/tex/Makefile @@ -5,7 +5,7 @@ depth = .. # -build = ./$(depth)/lily/.build +build = ./$(depth)/lily/$(outdir)/.build # generic stuff/Makefile # @@ -18,3 +18,10 @@ TEXFILES = $(shell ls *.tex) DISTFILES = Makefile $(TEXFILES) # +localinstall: + $(INSTALL) -d $(TEXPREFIX)/lilypond + $(INSTALL) -m 755 $(TEXFILES) $(TEXPREFIX)/lilypond/ + +localuninstall: + for i in $(TEXFILES) ; do rm -f $(TEXPREFIX)/lilypond/$$i; done + -rmdir $(TEXPREFIX)/lilypond/ \ No newline at end of file -- 2.39.5