diff -rNu ../lilypond-2.1.9/Documentation/user/GNUmakefile ./Documentation/user/GNUmakefile --- ../lilypond-2.1.9/Documentation/user/GNUmakefile 2003-09-26 11:41:20.000000000 +0200 +++ ./Documentation/user/GNUmakefile 2004-01-18 18:24:41.000000000 +0100 @@ -69,7 +69,7 @@ mkdir -p $(dir $@) $(MAKEINFO) --output=$(outdir)/lilypond --html $< $(MAKEINFO) -I $(outdir) --output=$@ --html --no-split --no-headers $< - -cp -f $(outdir)/*.{png,ly} $(outdir)/lilypond + -cp -f $(outdir)/*.png $(outdir)/*.ly $(outdir)/lilypond $(outdir)/lilypond-internals/lilypond-internals.html: $(outdir)/lilypond-internals.texi mkdir -p $(dir $@) diff -rNu ../lilypond-2.1.9/mf/GNUmakefile ./mf/GNUmakefile --- ../lilypond-2.1.9/mf/GNUmakefile 2004-01-05 01:54:42.000000000 +0100 +++ ./mf/GNUmakefile 2004-01-18 16:39:20.000000000 +0100 @@ -72,7 +72,7 @@ pfa_warning: -ifneq ($(basename $(MFTRACE)),mftrace) +ifneq ($(notdir $(MFTRACE)),mftrace) @echo "" @echo "ERROR: mftrace not found" @echo ""