Hi!

The attachment contains a minimal patch to Documentation/user/GNUmakefile
which removes a call to sed(1) using the -i (inplace) option.  I'm not
sure, but I think it's not POSIX conform and will probably fail on,
e.g., Solaris. At least it fails on my system with GNU sed 3.0.2.

Since the start page (Documentation/out-www/index.html) references
Documentation/out/www/lilypond/lilypond.html, that sed statement appears
to be obsolete.

Regards,
        Kili
diff -rNup ../lilypond-2.1.26/Documentation/user/GNUmakefile 
./Documentation/user/GNUmakefile
--- ../lilypond-2.1.26/Documentation/user/GNUmakefile   2004-02-19 23:37:20.000000000 
+0100
+++ ./Documentation/user/GNUmakefile    2004-02-23 21:39:07.000000000 +0100
@@ -68,7 +68,6 @@ $(outdir)/lilypond/lilypond.html: $(outd
        mkdir -p $(dir $@)
        $(MAKEINFO) -I$(outdir) --output=$(outdir)/lilypond --html $<
        $(MAKEINFO) -I$(outdir) --output=$@ --html --no-split --no-headers $<
-       sed -i 's!../lilypond-internals!lilypond-internals/!g' $(outdir)/lilypond.html
        rm -f $(outdir)/lilypond/*.png $(outdir)/lilypond/*.ly 
        -ln -f $(outdir)/*.png $(outdir)/*.ly $(outdir)/lilypond/
 
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to