From: fred Date: Sun, 24 Mar 2002 20:07:36 +0000 (+0000) Subject: lilypond-0.1.52 X-Git-Tag: release/1.5.59~3332 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=662998d4e903cc4b804f5ab6611dc1002807c364;p=lilypond.git lilypond-0.1.52 --- diff --git a/mf/Makefile.am.wild b/mf/Makefile.am.wild index b12f046b9c..245d7f7eb6 100644 --- a/mf/Makefile.am.wild +++ b/mf/Makefile.am.wild @@ -22,21 +22,34 @@ texout = $(depth)/tex LYTABLES = $(addprefix $(lyout)/, $(FET_FILES:.mf=.ly)) TEXTABLES = $(addprefix $(texout)/, $(FET_FILES:.mf=.tex)) -default: all $(LYTABLES) $(TEXTABLES) -localclean: - rm -f $(LYTABLES) $(TEXTABLES) +all-local: $(LYTABLES) $(TEXTABLES) -localrealclean: - rm -f $(MFDEPS) +dist-hook: $(LYTABLES) $(TEXTABLES) -localinstall: +clean-local: + -rm -f $(LYTABLES) $(TEXTABLES) + -rm -f *.log + +distclean-local: + -rm -f $(MFDEPS) + +install-data-local: $(INSTALL) -d $(MFDIR)/public/lilypond + $(INSTALL) -d $(TEXDIR)/lilypond + $(INSTALL) -d $(datadir)/lilypond/init $(INSTALL) -m 644 $(MFFILES) $(MFDIR)/public/lilypond/ - -localuninstall: - for i in $(MFFILES) ; do rm -f $(MFDIR)/lilypond/$$i; done - -rmdir $(MFDIR)/public/lilypond/ + $(INSTALL) -m 644 $(TEXTABLES) $(TEXDIR)/lilypond + $(INSTALL) -m 644 $(LYTABLES) $(datadir)/lilypond/init/ + +uninstall-local: + for i in $(MFFILES) ; do rm -f $(MFDIR)/public/lilypond/$$i; done + for i in $(TEXTABLES) ; do rm -f $(TEXDIR)/lilypond/$$i; done + for i in $LYTABLES) ; do rm -f $(datadir)/lilypond/init/$$i; done + -rmdir $(MFDIR)/public/lilypond + -rmdir $(TEXDIR)/lilypond + -rmdir $(datadir)/lilypond/init + -rmdir $(datadir)/lilypond include $(srcdir)/Rules.make @@ -44,4 +57,3 @@ include $(srcdir)/Rules.make # include $(MFDEPS) # -