[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Git master build for V2.13.60 in fresh directory - make docs fails
From: |
Ian Hulin |
Subject: |
Re: Git master build for V2.13.60 in fresh directory - make docs fails |
Date: |
Fri, 15 Apr 2011 22:50:11 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b3pre Thunderbird/3.1.9 |
Hi Graham,
On 15/04/11 11:17, Graham Percival wrote:
> On Thu, Apr 14, 2011 at 09:43:51PM +0100, Ian Hulin wrote:
>> `/home/ian/lilypond/build/Documentation/out-www/essay/literature.texi'...
>> Processing include: colorado.itexi
>> lilypond-book.py: error: file not found: colorado.itexi
>
> Do you have bibtex installed?
Yes.
address@hidden:~/lilypond/build$ bibtex
bibtex: Need exactly one file argument.
Try `bibtex --help' for more information.
address@hidden:~/lilypond/build$ bibtex --help
Usage: bibtex [OPTION]... AUXFILE[.aux]
Write bibliography for entries in AUXFILE to AUXFILE.bbl.
-min-crossrefs=NUMBER include item after NUMBER cross-refs; default 2
-terse do not print progress reports
-help display this help and exit
-version output version information and exit
Email bug reports to address@hidden
address@hidden:~/lilypond/build$
(are you using lilydev or your own
> system?)
>
Own system. I fetched all the git changes into local repository
$HOME/lilypond, then did a
$ git rebase origin/master on my local repository.
Then nuked the contents of my build subdirectory
$ .autogen.sh --noconfigure
$ cd build
$../configure --disable-optimising
$ make all
$ make test-baseline
$ make docs
Hope this helps,
Cheers,
Ian