Re: Struggling to get a clean make doc

2011-03-03 Thread Graham Percival
On Thu, Mar 03, 2011 at 05:52:51PM +, James Lowe wrote: > > Does ../configure from the /build dir also require a new 'make' or can I jump > straight to make doc? Yes, you need a new "make", but you should also nuke everything in the build/ dir as well. # be careful with this command! may

Re: Struggling to get a clean make doc

2011-03-03 Thread Jean-Charles Malahieude
Le 03/03/2011 17:05, Jean-Charles Malahieude disait : Le 03/03/2011 16:39, Francisco Vila disait : 2011/3/3 Graham Percival: On Thu, Mar 03, 2011 at 03:20:31PM +, James Lowe wrote: I've been building in and out of the tree (i.e. make doc in the lilypond-git dir and also in a lilypond-git/b

RE: Struggling to get a clean make doc

2011-03-03 Thread James Lowe
Hello, )-Original Message- )From: Graham Percival [mailto:gra...@percival-music.ca] )Sent: 03 March 2011 17:20 )To: Francisco Vila )Cc: James Lowe; lilypond-devel@gnu.org )Subject: Re: Struggling to get a clean make doc ) ) )Look, this isn't a mystery. The translations have

Re: Struggling to get a clean make doc

2011-03-03 Thread Phil Holmes
[Snip tale of woe with doc build system...] James, Have you looked at the option to build just a section of your docs manually - at least into HTML? I got this working last week after fiddling with some scripts, and it saved me a vast amount of time. -- Phil Holmes _

Re: Struggling to get a clean make doc

2011-03-03 Thread Graham Percival
On Thu, Mar 03, 2011 at 05:58:26PM +0100, Francisco Vila wrote: > 2011/3/3 James Lowe : > > I am almost certain it will work ok until I have to do a the next 'make' > > only (not make doc), that seems to be the pattern. > > I > think you are simply resuming the process which would continue witho

Re: Struggling to get a clean make doc

2011-03-03 Thread Francisco Vila
2011/3/3 James Lowe : > The problem I suppose is easily reproducing it, I've just rerun it now and > had the same issue in cs language (as per my example) and then I did a touch > and a make doc and it call compiled clean again. That was why I wondered if > it was a 'resource' issue or perhaps a

RE: Struggling to get a clean make doc

2011-03-03 Thread James Lowe
Hello, )-Original Message- )From: Graham Percival [mailto:gra...@percival-music.ca] )Sent: 03 March 2011 15:36 )To: James Lowe )Cc: 'lilypond-devel@gnu.org' )Subject: Re: Struggling to get a clean make doc ) )On Thu, Mar 03, 2011 at 03:20:31PM +, James Lowe wrote: )&

Re: Struggling to get a clean make doc

2011-03-03 Thread Jean-Charles Malahieude
Le 03/03/2011 16:39, Francisco Vila disait : 2011/3/3 Graham Percival: On Thu, Mar 03, 2011 at 03:20:31PM +, James Lowe wrote: I've been building in and out of the tree (i.e. make doc in the lilypond-git dir and also in a lilypond-git/build/ dir as requested in the CG. Ah, sorry. Have yo

Re: Struggling to get a clean make doc

2011-03-03 Thread Francisco Vila
2011/3/3 Graham Percival : > On Thu, Mar 03, 2011 at 03:20:31PM +, James Lowe wrote: >> I've been building in and out of the tree (i.e. make doc in the lilypond-git >> dir and also in a lilypond-git/build/ dir as requested in the CG. > > Ah, sorry.  Have you tried deleting the build/ dir and t

Re: Struggling to get a clean make doc

2011-03-03 Thread Graham Percival
On Thu, Mar 03, 2011 at 03:20:31PM +, James Lowe wrote: > I've been building in and out of the tree (i.e. make doc in the lilypond-git > dir and also in a lilypond-git/build/ dir as requested in the CG. Ah, sorry. Have you tried deleting the build/ dir and then re-creating it, running ../con

Struggling to get a clean make doc

2011-03-03 Thread James Lowe
Hello, I have not been able to get a consistent clean make of doc for about 2 weeks now. I've been blaming myself (because it usually is my fault) but I've been on three different Linux Machines (2 VMs one physical) and get the same basic error after every couple of git-pulls. I've been build