For a successful build for cygwin I had to modify
Documentation/user/GNUMakefile
# Generic rule using % twice not possible?
# $(outdir)/%/%.html: $(outdir)/%.texi
$(outdir)/lilypond/lilypond.html: $(outdir)/lilypond.texi
mkdir -p $(dir $@)
$(MAKEINFO) --output=$(outdir)/lilypond --html $<
$(MAKEINFO) -I $(outdir) --output=$@ --html --no-split --no-headers
$<
-cp -f $(outdir)/*.png $(outdir)/lilypond
-cp -f $(outdir)/*.ly $(outdir)/lilypond
The original was:
...
-cp -f $(outdir)/*.{png,ly} $(outdir)/lilypond
This way during make "no such file" was said. (However, running the command
from the shell it works.)
Bert
_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel