Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-26 Thread lilypond

Updates:
Status: Verified

Comment #6 on issue 2038 by pkx1...@gmail.com: Czech translation of  
learning never builds

http://code.google.com/p/lilypond/issues/detail?id=2038

Based on Phil's first sentence of the previous comment this is verified.


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-26 Thread lilypond


Comment #5 on issue 2038 by philehol...@gmail.com: Czech translation of  
learning never builds

http://code.google.com/p/lilypond/issues/detail?id=2038

To verify this, you will need to be able to run make doc (James?).  If you  
run make doc, and then, without further changes, you run make doc again,  
you should not see the output pause while it remakes the cs documentation.   
The output will also not have the line "Must remake target  
`[snip]/build/Documentation/./out-www/learning/index.cs.html'"



___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-18 Thread Jean-Charles Malahieude

Le 16/11/2011 20:00, Jean-Charles Malahieude disait :

This has been the first time I have ever read Czech text, and I noticed
some "mistakes" in the use of @refs. Those are mostly @rusername{Czech}
instead of @rusername{English,Czech}, but I would need one full day of
work to correct them (comparing with English and Spanish and French).



I mean for instance

 @ruser{Notový klíč}

instead of

 @rusernamed{Clef, Notový klíč}

since the Notation Manual has not been translated at all.

I'll have a look at it over the week end and ping Pavel.

Cheers,
Jean-Charles

ps: Thanks for having pushed.


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-18 Thread lilypond

Updates:
Labels: Fixed_2_15_19

Comment #4 on issue 2038 by philehol...@gmail.com: Czech translation of  
learning never builds

http://code.google.com/p/lilypond/issues/detail?id=2038

(No comment was entered for this change.)


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-18 Thread Phil Holmes
- Original Message - 
From: "Jean-Charles Malahieude" 

To: "Phil Holmes" 
Cc: "Lily Bugs" ; "Francisco Vila" 
; "Pavel Fric" 

Sent: Tuesday, November 15, 2011 6:18 PM
Subject: Re: Issue 2038 in lilypond: Czech translation of learning never 
builds



Le 15/11/2011 17:37, Phil Holmes disait :

- Original Message - From: "Jean-Charles Malahieude"

>> I think I've found the cause:

>> replacing all instances of "Začátek" in @nodes or @refs by "Top" did
>> the trick for me, even if I get lots of bad links(external xrefs to NR
>> which is not translated).


> I've tried quickly and it didn't work for me, but I guess I've done the
> changes wrong. Any chance of a patch or an exact list of where to 
> change?



Here it is. Note that I have not committed it, even locally.



Cheers,
Jean-Charles



JC - I've now had the time to test this on my build machine and, as you say, 
the patch means that make doc successfully creates index.cs.html in 
\learning.  I've pushed the patch to staging - please see 
http://code.google.com/p/lilypond/issues/detail?id=2038


--
Phil Holmes



___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-18 Thread lilypond

Updates:
Status: Fixed

Comment #3 on issue 2038 by philehol...@gmail.com: Czech translation of  
learning never builds

http://code.google.com/p/lilypond/issues/detail?id=2038

JC prepared a patch that changes all instances of "Začátek" in the Czech  
docs to "Top".  I've tested this and it correctly now builds the  
index.cs.html file on the first run of make doc, and subsequent runs of  
make doc no longer rebuild it unnecesarily.  This takes about 10% off the  
time taken to run make doc with no documentation changes.  When Issue 2028  
is fixed, it will be over 25% of the time saved.  I've pushed a patch to  
staging as commit a91525e8846d5f804d3c5516100aa9947f20e833


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-17 Thread Phil Holmes
- Original Message - 
From: "Jean-Charles Malahieude" 

To: "Phil Holmes" 
Cc: "Graham Percival" ; "Pavel Fric" 
; "Lily Bugs" ; "Francisco Vila" 


Sent: Wednesday, November 16, 2011 7:29 PM
Subject: Re: Issue 2038 in lilypond: Czech translation of learning never 
builds




Le 16/11/2011 20:12, Phil Holmes disait :

- Original Message - From: "Jean-Charles Malahieude"
And I already have 7 commits awaiting to be pushed (I want to build
from scratch before).


Following Julien's work on
http://code.google.com/p/lilypond/issues/detail?id=1852, you should now
be able to run make doc for a fresh build, edit a file and run make doc
again. It _should_ only rebuild changed docs. This should speed things 
up.




Right, but the _initial_ build chokes if with "-j" (either "make" or "make 
doc"). I don't understand why it doesn't find "out/contributor.texi" while 
doing "make" and have to try
"make -j3 -l6" for full debug output if I've correctly read Rheinhold's 
feature and then guess what I should discover...


By the way, have you applied my diffs?

Cheers,
Jean-Charles



Not yet.  As I said, I've got a pretty full schedule at present, so it'll be 
tomorrow at the earliest.


--
Phil Holmes



___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-16 Thread Jean-Charles Malahieude

Le 16/11/2011 20:12, Phil Holmes disait :

- Original Message - From: "Jean-Charles Malahieude"
And I already have 7 commits awaiting to be pushed (I want to build
from scratch before).


Following Julien's work on
http://code.google.com/p/lilypond/issues/detail?id=1852, you should now
be able to run make doc for a fresh build, edit a file and run make doc
again. It _should_ only rebuild changed docs. This should speed things up.



Right, but the _initial_ build chokes if with "-j" (either "make" or 
"make doc"). I don't understand why it doesn't find 
"out/contributor.texi" while doing "make" and have to try
"make -j3 -l6" for full debug output if I've correctly read Rheinhold's 
feature and then guess what I should discover...


By the way, have you applied my diffs?

Cheers,
Jean-Charles

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-16 Thread Phil Holmes
- Original Message - 
From: "Jean-Charles Malahieude" 

To: "Graham Percival" 
Cc: "Phil Holmes" ; "Pavel Fric" 
; "Lily Bugs" ; "Francisco Vila" 


Sent: Wednesday, November 16, 2011 7:00 PM
Subject: Re: Issue 2038 in lilypond: Czech translation of learning never 
builds




Le 16/11/2011 19:17, Graham Percival disait :

On Wed, Nov 16, 2011 at 07:07:33PM +0100, Jean-Charles Malahieude
wrote:

Graham, do you happen to have opened the diff?


I glanced at it, but I assume that if it worked, Phil would have
pushed it by now.  Or that he _will_ push it once there is a clear
set of instructions for pushing to staging.



I believe Phil is waiting to know how the Mary-go-round settles. Only
thing is that he has not told if he has noticed some sort of
"improvement" after applying the change.


I saw your comment that you got "lots of bad links" so I thought
something was wrong with the patch, but perhaps that's normal for
translations.



This has been the first time I have ever read Czech text, and I noticed
some "mistakes" in the use of @refs. Those are mostly @rusername{Czech}
instead of @rusername{English,Czech}, but I would need one full day of
work to correct them (comparing with English and Spanish and French)
since I'm unable to build with "-j" on my dual core (this now takes 50
minutes for a full doc build).

And I already have 7 commits awaiting to be pushed (I want to build from 
scratch before).


Following Julien's work on 
http://code.google.com/p/lilypond/issues/detail?id=1852, you should now be 
able to run make doc for a fresh build, edit a file and run make doc again. 
It _should_ only rebuild changed docs.  This should speed things up.



--
Phil Holmes



___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-16 Thread Jean-Charles Malahieude

Le 16/11/2011 19:17, Graham Percival disait :

On Wed, Nov 16, 2011 at 07:07:33PM +0100, Jean-Charles Malahieude
wrote:

Graham, do you happen to have opened the diff?


I glanced at it, but I assume that if it worked, Phil would have
pushed it by now.  Or that he _will_ push it once there is a clear
set of instructions for pushing to staging.



I believe Phil is waiting to know how the Mary-go-round settles. Only
thing is that he has not told if he has noticed some sort of
"improvement" after applying the change.


I saw your comment that you got "lots of bad links" so I thought
something was wrong with the patch, but perhaps that's normal for
translations.



This has been the first time I have ever read Czech text, and I noticed
some "mistakes" in the use of @refs. Those are mostly @rusername{Czech}
instead of @rusername{English,Czech}, but I would need one full day of
work to correct them (comparing with English and Spanish and French)
since I'm unable to build with "-j" on my dual core (this now takes 50
minutes for a full doc build).

And I already have 7 commits awaiting to be pushed (I want to build from 
scratch before).


Cheers,
Jean-Charles


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-16 Thread Phil Holmes
"Graham Percival"  wrote in message 
news:2016181724.GA24199@futoi...

On Wed, Nov 16, 2011 at 07:07:33PM +0100, Jean-Charles Malahieude wrote:

Graham, do you happen to have opened the diff?


I glanced at it, but I assume that if it worked, Phil would have
pushed it by now.  Or that he _will_ push it once there is a clear
set of instructions for pushing to staging.



Sorry - Wed and Thurs are now very full days for me.  I'll get this looked 
at and checked before the end of the weekend.  Thanks for sorting this JC.


--
Phil Holmes
Bug Squad




___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-16 Thread Graham Percival
On Wed, Nov 16, 2011 at 07:07:33PM +0100, Jean-Charles Malahieude wrote:
> Graham, do you happen to have opened the diff?

I glanced at it, but I assume that if it worked, Phil would have
pushed it by now.  Or that he _will_ push it once there is a clear
set of instructions for pushing to staging.

I saw your comment that you got "lots of bad links" so I thought
something was wrong with the patch, but perhaps that's normal for
translations.

> If you cannot take 1.5 minute of YOUR SO PRECIOUS TIME to compare
> with other languages as I did in order to be sure that THIS IS the
> problem...

You're right.  I should have ignored all discussions about build
problems and translations.

> I'm seriously believe I'd better go back to being just an occasional
> Lilypond basic user.

up to you, but you really shouldn't care about what I say for the
next few weeks.
http://lists.gnu.org/archive/html/lilypond-devel/2011-10/msg00402.html

- Graham

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-16 Thread Jean-Charles Malahieude

Le 15/11/2011 23:12, Graham Percival disait :

On Tue, Nov 15, 2011 at 04:37:26PM -, Phil Holmes wrote:

- Original Message - From: "Jean-Charles Malahieude"


I think I've found the cause:



replacing all instances of "Začátek" in @nodes or @refs by "Top"
did the trick for me, even if I get lots of bad links(external
xrefs to NR which is not translated).


Hmm.  What do the other languages do for this?  es/ is generally
the most trustworthy.


I've tried quickly and it didn't work for me, but I guess I've done
the changes wrong.  Any chance of a patch or an exact list of where
to change?


I think at this point we'd best check with the translators; they
may have the experience to give a certain answer quickly.



It seems that I'm not a trustworthy person.

Graham, do you happen to have opened the diff?

We had this linking problem some years ago, and I did notice it to 
Francisco when he had "Arriba" instead of "Top".
If you cannot take 1.5 minute of YOUR SO PRECIOUS TIME to compare with 
other languages as I did in order to be sure that THIS IS the problem...


I'm seriously believe I'd better go back to being just an occasional 
Lilypond basic user.


Jean-Charles


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-15 Thread Graham Percival
On Tue, Nov 15, 2011 at 04:37:26PM -, Phil Holmes wrote:
> - Original Message - From: "Jean-Charles Malahieude"
> 
> >I think I've found the cause:
> 
> >replacing all instances of "Začátek" in @nodes or @refs by "Top"
> >did the trick for me, even if I get lots of bad links(external
> >xrefs to NR which is not translated).

Hmm.  What do the other languages do for this?  es/ is generally
the most trustworthy.

> I've tried quickly and it didn't work for me, but I guess I've done
> the changes wrong.  Any chance of a patch or an exact list of where
> to change?

I think at this point we'd best check with the translators; they
may have the experience to give a certain answer quickly.

- Graham

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-15 Thread Jean-Charles Malahieude

Le 15/11/2011 17:37, Phil Holmes disait :

- Original Message - From: "Jean-Charles Malahieude"


I think I've found the cause:



replacing all instances of "Začátek" in @nodes or @refs by "Top" did
the trick for me, even if I get lots of bad links(external xrefs to NR
which is not translated).



I've tried quickly and it didn't work for me, but I guess I've done the
changes wrong. Any chance of a patch or an exact list of where to change?



Here it is. Note that I have not committed it, even locally.

Cheers,
Jean-Charles
diff --git a/Documentation/cs/learning/tutorial.itely 
b/Documentation/cs/learning/tutorial.itely
index f165027..5d8419f 100644
--- a/Documentation/cs/learning/tutorial.itely
+++ b/Documentation/cs/learning/tutorial.itely
@@ -811,13 +811,13 @@ rozumět pozdějším částem.}
 @strong{Předtím než @emph{cokoli} vyzkoušíte}: Přečtěte si části
 @ref{Cvičení} a @ref{Běžný notový zápis}.  Když narazíte
 na hudební odborné pojmy, které neznáte,
-podívejte se na ně v části @rglosnamed{Začátek, Slovníček}.
+podívejte se na ně v části @rglosnamed{Top, Slovníček}.
 
 @item
 @strong{Předtím než napíšete úplný kousek}:  Přečtěte si část
 @ref{Základní pojmy} v příručce k učení se.
 Potom se můžete na pro váš projekt důležité části podívat
-v @rusernamed{Začátek, Doporučení pro notový zápis}.
+v @rusernamed{Top, Doporučení pro notový zápis}.
 
 @item
 @strong{Předtím než se pokusíte měnit obvyklý notový zápis}:
diff --git a/Documentation/cs/macros.itexi b/Documentation/cs/macros.itexi
index 1b9654b..14c7dd9 100755
--- a/Documentation/cs/macros.itexi
+++ b/Documentation/cs/macros.itexi
@@ -116,7 +116,7 @@ Tento dokument byl zařazen jako volně šiřitelné dílo.
 
 @c   * Title page *
 @ifnottex
-@node Začátek
+@node Top
 @top LilyPond -- \TITLE\
 
 @cartouche
diff --git a/Documentation/cs/web.texi b/Documentation/cs/web.texi
index daf4216..8f69cc6 100644
--- a/Documentation/cs/web.texi
+++ b/Documentation/cs/web.texi
@@ -77,7 +77,7 @@ License''.
 
 @c TITLE PAGE
 @ifnottex
-@node Začátek
+@node Top
 @top LilyPond... Notová sazba pro každého
 @translationof Top
 @end ifnottex
diff --git a/Documentation/cs/web/community.itexi 
b/Documentation/cs/web/community.itexi
index 32c7818..1c74701 100644
--- a/Documentation/cs/web/community.itexi
+++ b/Documentation/cs/web/community.itexi
@@ -547,7 +547,7 @@ stálý, napsali jsme příručku pro vývojářské práce
 (jen v angličtině).
 
 @docLinksBare{Příručka pro vývojářské práce, přispěvatel,
-  @rcontribnamed{Začátek,Příručka pro vývojářské práce},
+  @rcontribnamed{Top,Příručka pro vývojářské práce},
   @manualDevelContributorSplit-cs,
   @manualDevelContributorBig-cs, 500 kB,
   @manualDevelContributorPdf-cs, 2.8 MB}
diff --git a/Documentation/cs/web/manuals.itexi 
b/Documentation/cs/web/manuals.itexi
index f9c4cbc..ab548e2 100755
--- a/Documentation/cs/web/manuals.itexi
+++ b/Documentation/cs/web/manuals.itexi
@@ -42,12 +42,12 @@ LilyPond je @strong{textově založený} program na sazbu not. 
 Pokud
 tomuto pojetí nedůvěřujete, přečtěte si o něm, prosím, nyní!
 
 @item
-@ifWebLinks{@manualStableLearningSplitNoName,@rlearningnamed{Začátek,Učení}}
+@ifWebLinks{@manualStableLearningSplitNoName,@rlearningnamed{Top,Učení}}
 @qq{bezpodmínečně si přečíst!} jemné uvedení do LilyPondu.
 @details{Učení}
 
 @item
-@ifWebLinks{@manualStableGlossarySplitNoName,@rglosnamed{Začátek,Slovníček}}
+@ifWebLinks{@manualStableGlossarySplitNoName,@rglosnamed{Top,Slovníček}}
 @emph{(optional)} zde jsou hudební pojmy vysvětleny v angličtině a
 a podány odpovídající překlady v mnoha dalších řečech.
 @details{Slovníček}
@@ -55,7 +55,7 @@ a podány odpovídající překlady v mnoha dalších řečech.
 
 
 @item
-@ifWebLinks{@manualStableEssaySplitNoName,@ressaynamed{Začátek,Článek}}
+@ifWebLinks{@manualStableEssaySplitNoName,@ressaynamed{Top,Článek}}
 @emph{(optional)} Informace o pozadí procesu notové sazby a kráse
 rytí not v 19. století.
 @details{Článek}
@@ -70,17 +70,17 @@ rytí not v 19. století.
 @itemize
 
 @item
-@ifWebLinks{@manualStableNotationSplitNoName,@rusernamed{Začátek,Notový zápis}}
+@ifWebLinks{@manualStableNotationSplitNoName,@rusernamed{Top,Notový zápis}}
 doporučení týkající se skladby.
 @details{Notový zápis}
 
 @item
-@ifWebLinks{@manualStableUsageSplitNoName,@rprogramnamed{Začátek,Používání}}
+@ifWebLinks{@manualStableUsageSplitNoName,@rprogramnamed{Top,Používání}}
 jak jsou programy vyvolávány.
 @details{Používání}
 
 @item
-@ifWebLinks{@manualStableSnippetsSplitNoName,@rlsrnamed{Začátek,Úryvky}}
+@ifWebLinks{@manualStableSnippetsSplitNoName,@rlsrnamed{Top,Úryvky}}
 krátké lsti, rady a příklady.
 @details{Úryvky}
 
@@ -99,21 +99,21 @@ krátké lsti, rady a příklady.
 Často kladené dotazy.
 
 @item
-@ref{Začátek,Web}:
+@ref{Top,Web}:
 Tento dokument.
 
 @item
-@ifWebLinks{@manualStableChangesSplitNoName,@rchangesnamed{Začátek,Změny}}
+@ifWebLinks{@manualStableChangesSplitNoName,@rchangesnamed{Top,Změny}}
 Co je nového?
 @details{Změny}
 
 @item
-@ifWebLinks{@manualStabl

Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-15 Thread Phil Holmes
- Original Message - 
From: "Jean-Charles Malahieude" 

I think I've found the cause:


replacing all instances of "Začátek" in @nodes or @refs by "Top" did the 
trick for me, even if I get lots of bad links(external xrefs to NR which 
is not translated).



I've tried quickly and it didn't work for me, but I guess I've done the 
changes wrong.  Any chance of a patch or an exact list of where to change?


--
Phil Holmes



___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-14 Thread Jean-Charles Malahieude

Le 14/11/2011 19:27, Jean-Charles Malahieude disait :



Comment #2 on issue 2038 by address@hidden: Czech translation of
learning never builds

http://code.google.com/p/lilypond/issues/detail?id=2038

I think it must be a part of the input files that mean that no index
is made, but I can't find it and I'm not an expert. Could someone
else look at the CS learning docs to see why it doesn't make an index
file?





Strange! if you link from
/out-www/offline-root/Documentation/web/manuals.cs.html

I get to
/out-www/offline-root/Documentation/music-glossary/zacatek.cs.html#za_010d_00e1tek


or

out-www/offline-root/Documentation/learning/za_00c4_008d_00c3_00a1tek.cs.html




I think I've found the cause:

replacing all instances of "Začátek" in @nodes or @refs by "Top" did the 
trick for me, even if I get lots of bad links(external xrefs to NR which 
is not translated).


HTH,
Jean-Charles
ps: Sorry, I got with no connection for about 1.5 hour


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-14 Thread Jean-Charles Malahieude



Comment #2 on issue 2038 by address@hidden: Czech translation of
learning never builds

http://code.google.com/p/lilypond/issues/detail?id=2038

I think it must be a part of the input files that mean that no index
is made, but I can't find it and I'm not an expert. Could someone
else look at the CS learning docs to see why it doesn't make an index
file?





Strange! if you link  from
/out-www/offline-root/Documentation/web/manuals.cs.html

I get to
/out-www/offline-root/Documentation/music-glossary/zacatek.cs.html#za_010d_00e1tek

or

out-www/offline-root/Documentation/learning/za_00c4_008d_00c3_00a1tek.cs.html

Let mefeed my dog, have another look at it, and I ping you back

Cheer,
Jean-Charles

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-14 Thread lilypond


Comment #2 on issue 2038 by philehol...@gmail.com: Czech translation of  
learning never builds

http://code.google.com/p/lilypond/issues/detail?id=2038

Apologies - I've done some more work and concluded that the search box  
thing was a red herring.  If you copy the entire command above and paste it  
into a terminal at build/Documentation/cs, then all the updated cs split  
learning docs are made in build/Documentation/out-www/learning _except_  
index.cs.html.  Do the same with all the other languages (changing cs in  
the command, and using the correct source dir) and the index.lang.html file  
is built.  Since this file isn't built, the make doc finds it's not there  
every time and tries to build it, without actually succeeding.  I think it  
must be a part of the input files that mean that no index is made, but I  
can't find it and I'm not an expert.  Could someone else look at the CS  
learning docs to see why it doesn't make an index file?



___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-13 Thread lilypond


Comment #1 on issue 2038 by paconet@gmail.com: Czech translation of  
learning never builds

http://code.google.com/p/lilypond/issues/detail?id=2038

The Q'n'D attached patch does this. I am scared of doing anything more than  
post a patch, or else I am exposed to all sorts of creative punishments.   
Staging branch is changing its name, and other issues prevent me of pushing.


Attachments:
0001-Doc-cs-add-untraslated-search-box.patch  1.1 KB


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 2038 in lilypond: Czech translation of learning never builds

2011-11-13 Thread lilypond

Status: Accepted
Owner: 
Labels: Type-Build

New issue 2038 by philehol...@gmail.com: Czech translation of learning  
never builds

http://code.google.com/p/lilypond/issues/detail?id=2038

If you run make doc to build the documents, and immediately follow it with  
another make doc, you get this in the output:


Must remake target  
`[snip]/build/Documentation/./out-www/learning/index.cs.html'.


Every time.

If you run the make recipe for this:

DEPTH=../../../ TOP_SRC_DIR=/home/phil/lilypond-git PERL_UNICODE=SD  
texi2html --prefix=index --split=section --I=.  
--I=/home/phil/lilypond-git/Documentation/cs --I=./out-www -I  
/home/phil/lilypond-git/Documentation/cs/included -I  
/home/phil/lilypond-git/Documentation -I  
/media/IntelSSD/lilypond/lilypond-git/build/Documentation/./out-www  
--I=/media/IntelSSD/lilypond/lilypond-git/build/./out-www/xref-maps  
--lang=cs  
--init-file=/home/phil/lilypond-git/Documentation/lilypond-texi2html.init   
--output=./out-www/learning out-www/learning.texi


from the command line, you get:

no such file: search-box.ihtml: No such file or directory at  
/home/phil/lilypond-git/Documentation/lilypond-texi2html.init line 1617.


If we look in git/Documentation, /cs is the only language missing a search  
box.  A simple fix would appear to be to put an English language search box  
in the CS tree, but this would need checking.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond