bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 2079 in lilypond: website links to 2.13


From: lilypond
Subject: Re: Issue 2079 in lilypond: website links to 2.13
Date: Mon, 05 Dec 2011 18:27:41 +0000


Comment #1 on issue 2079 by address@hidden: website links to 2.13
http://code.google.com/p/lilypond/issues/detail?id=2079

A prompt from J-C leads to this:

    # TODO: very yucky, but will be fixed in issue 1004
    if ($web_manual) {
      my $only_web = $ENV{ONLY_WEB};
      if ($only_web) {
        $href = "../../doc/v2.13/Documentation/web/".$href;
      }
    }

in Documentation/lilypond-texi2html.init. I'd lay money on this being the source of the problem. Quick hack is to replace 2.13 with 2.15 and run make website to check. Better solution would be to "build" texi2html.init as part of a make, placing the correct version strings in it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]