Hello,

Attached is a patch, fixing a build problem.
When making
   Documentation/devel contrib-guide.txt
The following error appears:

LANG= makeinfo --enable-encoding -I
/home/yotam/src/lilypond/dev/lilypond/Documentation/user -I. -I./out
--no-split --no-headers --output out/contrib-guide.txt
out/contrib-guide.texi
./lsr-work.itexi:202: `Updating LSR to a new version' has no Up field
  (perhaps incorrect sectioning?).

./lsr-work.itexi:154: Next field of node `Fixing snippets in LilyPond
  sources' no t pointed to (perhaps incorrect sectioning?).
./lsr-work.itexi:202: This node (Updating LSR to a new version) has the bad 
Prev.
makeinfo: Removing output file `out/contrib-guide.txt' 
  due to errors; use --force to preserve.
make[2]: *** [out/contrib-guide.txt] Error 1

The patch changes some @subsection to @section 
and fixes a typo s/Uptating/Updating/.

-- yotam
>From 2913c7f6d1b8d5fa3c9f8a504eb93299d0f62427 Mon Sep 17 00:00:00 2001
From: Yotam Medini <yo...@janini.(none)>
Date: Mon, 8 Jun 2009 00:18:46 +0300
Subject: [PATCH] Fix makeinfo sectioning problem, and section title typo for contrib-guide

---
 Documentation/devel/lsr-work.itexi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/devel/lsr-work.itexi b/Documentation/devel/lsr-work.itexi
index 033cc98..3504ddd 100644
--- a/Documentation/devel/lsr-work.itexi
+++ b/Documentation/devel/lsr-work.itexi
@@ -200,7 +200,7 @@ In any case, commit all changes to Git.
 
 
 @node Updating LSR to a new version
-...@subsection Uptating LSR to a new version
+...@section Updating LSR to a new version
 
 To update LSR,
 
-- 
1.6.0.4

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to