| Re: [translations] Re: How to start translate documents without running autoconf.sh | 
[ Thread Index | 
Date Index
| More lilynet.net/translations Archives
] 
- To: Francisco Vila <paconet.org@xxxxxxxxx>
 
- Subject: Re: [translations] Re: How to start translate documents without running autoconf.sh
 
- From: Ben Luo <benluo@xxxxxxxxx>
 
- Date: Tue, 1 Feb 2011 22:29:55 +0800
 
- Cc: Translations list at lilynet <translations@xxxxxxxxxxx>
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:mime-version:in-reply-to:references:from:date         :message-id:subject:to:cc:content-type:content-transfer-encoding;        bh=JQy6kDZ8kUWrbc8nNBM0LcwfYciYX44GAfSzhGczBxw=;        b=OhO7TYrWIhKmWH3E6Ncnbqp9X/4BXT3dqSgVXhoEV8S9gjkO7jEB2oLQpRR+ME6+4V         99/h5N8RO6C5DsrYnxJjtxMn+Bqk9dwjjecVKE81jKemxkzMs47SuP3VxUgClJAlSsiW         zCO5tHBaUIbRkjWh+9W2gazWJ67uj7wWV/wH8=
 
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=mime-version:in-reply-to:references:from:date:message-id:subject:to         :cc:content-type:content-transfer-encoding;        b=HGouMKr54rcZnf2cXC8kaoucKQPLwHbjjXIEsD7b20x3OmABkkwRHlA13X5iK8GcbK         4g8BfD7QToa2eQNDBE07L2LeX0fWpv37ngxQ4sI7V1o19hyd9EsTbBdIKLRvEuN72OMB         9Deq0x0z5ZJxYi11soFXhXiGHWIkI+eulThEo=
 
hello all,
me again.
I do make, it displayed no error. Then i tpe
run
make doc
it display error inform as follows,
*******************************************************
 returned 1
make[3]: *** [out-www/collated-files.texi] Error 1
make[3]: Leaving directory `/home/benluo/lilypond-git/input/regression'
make[2]: *** [WWW-1] Error 2
make[2]: Leaving directory `/home/benluo/lilypond-git/input'
make[1]: *** [WWW-1] Error 2
make[1]: Leaving directory `/home/benluo/lilypond-git'
make: *** [doc-stage-1] Error 2
*******************************************************
What can I do?
Ben Luo
On Tue, Feb 1, 2011 at 12:42 AM, Francisco Vila <paconet.org@xxxxxxxxx> wrote:
> 2011/1/31 Ben Luo <benluo@xxxxxxxxx>:
>> Hello,
>>
>> I add zh translation in Document. And I only made web translation. After run
>> make
>>
>> it display the error as follows,
>>
>> *****************************************
>> [2]: Entering directory `/home/benluo/lilypond-git/Documentation/zh'
>> make PACKAGE=LILYPOND package=lilypond -C web all &&  make
>> PACKAGE=LILYPOND package=lilypond -C learning all &&  make
>> PACKAGE=LILYPOND package=lilypond -C notation all &&  make
>> PACKAGE=LILYPOND package=lilypond -C texidocs all &&  make
>> PACKAGE=LILYPOND package=lilypond -C usage all &&  make
>> PACKAGE=LILYPOND package=lilypond -C included all &&  make
>> PACKAGE=LILYPOND package=lilypond -C essay all &&  make
>> PACKAGE=LILYPOND package=lilypond -C extending all && true
>> make[3]: Entering directory `/home/benluo/lilypond-git/Documentation/zh/web'
>> true
>> make[3]: Leaving directory `/home/benluo/lilypond-git/Documentation/zh/web'
>> make: Entering an unknown directory
>> make: *** learning: No such file or directory.  Stop.
>> make: Leaving an unknown directory
>> make[2]: *** [all] Error 2
>> make[2]: Leaving directory `/home/benluo/lilypond-git/Documentation/zh'
>> make[1]: *** [all] Error 2
>> make[1]: Leaving directory `/home/benluo/lilypond-git/Documentation'
>> make: *** [all] Error 2
>>
>> *****************************************
>> How can I do?
>
> I think your GNUmakefile specifies non-existant directories. It should
> name 'web' alone.  Change it in
>
> Documentation/zh/GNUmakefile:
>
>  SUBDIRS = web # learning notation texidocs usage included essay extending
>
> --
> Francisco Vila. Badajoz (Spain)
> www.paconet.org , www.csmbadajoz.com
>