2011/1/12 Graham Percival <[email protected]>: > I would not mind at all if you said "well, there's still some > problems, but nothing absolutely critical, so let's just ignore > 2.14.0 (and stable/2.14) and merge stuff into master like normal, > and have it in the 2.14.1 release which should happen a few days > after 2.14.0". That's what will happen to all code and doc > improvements for the next two weeks, after all.
I have these changes in scripts/build (attached); what's best to do with them? -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com
From 138409c6e7f81724c34d7cedaed3fd79ef8da385 Mon Sep 17 00:00:00 2001 From: Francisco Vila <[email protected]> Date: Wed, 12 Jan 2011 16:27:27 +0100 Subject: [PATCH] Doc-build: fix links to PDF manuals. --- scripts/build/create-weblinks-itexi.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index cba097c..1de4d99 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -438,13 +438,13 @@ def make_regtest_links(name, version, lang): url+"lilypond-book/collated-files.html", getTrans("lilypond-book Regression tests for ", lang)+version) make_ver_link(macroLang("regtest"+name+"XmlPdf", lang), - url+"musicxml/collated-files.html", + url+"musicxml/collated-files.pdf", getTrans("PDF of MusicXML regtests for ", lang)+version) make_ver_link(macroLang("regtest"+name+"AbcPdf", lang), - url+"abc2ly/collated-files.html", + url+"abc2ly/collated-files.pdf", getTrans("PDF of abc2ly regtests for ", lang)+version) make_ver_link(macroLang("regtest"+name+"LilypondBookPdf", lang), - url+"lilypond-book/collated-files.html", + url+"lilypond-book/collated-files.pdf", getTrans("PDF of lilypond-book regtests for ", lang)+version) def make_doctarball_links(name, version, lang): -- 1.7.0.4
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
