]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.61
authorfred <fred>
Tue, 26 Mar 2002 23:23:15 +0000 (23:23 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:23:15 +0000 (23:23 +0000)
lily/all-font-metrics.cc
make/mudela-rules.make

index 966546c2d986b151848b722886f0595cd7a9ff2e..eba97b0ec6b0d2819805cb80f90fa21228f6fd39 100644 (file)
@@ -119,8 +119,8 @@ All_font_metrics::find_font (String name)
   if (f)
     return f;
 
-  error (_f ("can't find default font: `%s'", def_name.ch_C ()));
-  error (_f ("(search path: `%s')", search_path_.str ()));
+  non_fatal_error (_f ("can't find default font: `%s'", def_name.ch_C ()));
+  non_fatal_error (_f ("(search path: `%s')", search_path_.str ()));
   error (_ ("Giving up"));
 
   return 0;
index fa170d169806b6292e9930ef69e7897dd82a38fa..9143c6bf45377bf247c8c2478125509077c67c9d 100644 (file)
@@ -5,9 +5,9 @@
 SUBST_TEXI_DEPS=sed 's! \.\./! !g' < $(basename $@).dep > $(outdir)/temp.dep ;         mv $(outdir)/temp.dep $(basename $@).dep 
 
 $(outdir)/%.latex: %.doc
-       cd $(outdir);  $(PYTHON) $(depth)/../scripts/mudela-book.py -I .. -I $(depth)/../input/test/ --dependencies --dep-prefix=$(outdir)/ ../$< 
+       cd $(outdir);LILYPONDPREFIX=$(LILYPONDPREFIX)/..  $(PYTHON) $(depth)/../scripts/mudela-book.py -I .. -I $(depth)/../input/test/ --dependencies --dep-prefix=$(outdir)/ ../$< 
        $(SUBST_TEXI_DEPS)
 
 $(outdir)/%.texi: %.tely
-       cd $(outdir); $(PYTHON) $(depth)/../scripts/mudela-book.py -I .. -I $(depth)/../input/test/ --dependencies --dep-prefix=$(outdir)/ --format=texi ../$<
+       cd $(outdir); LILYPONDPREFIX=$(LILYPONDPREFIX)/..  $(PYTHON) $(depth)/../scripts/mudela-book.py -I .. -I $(depth)/../input/test/ --dependencies --dep-prefix=$(outdir)/ --format=texi ../$<
        $(SUBST_TEXI_DEPS)