[translations] Re: How to start translate documents without running autoconf.sh |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: Translations list at lilynet <translations@xxxxxxxxxxx>
- Subject: [translations] Re: How to start translate documents without running autoconf.sh
- From: Ben Luo <benluo@xxxxxxxxx>
- Date: Mon, 31 Jan 2011 21:13:44 +0800
- 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:content-type; bh=tR9pe8pjmeqlp2i2P+VNmmFuho2SsWnGiZ3BIbZta0c=; b=tXl6t4hYJ6FrbqiqWW17Dn+TgZ2Ep/mG7qIqBvTU3CNkdK5ljj+P4RPFr5fRfBh9cS yvysMEbu5KSQ7LddbfO03uDwXvV5TSY7EweM/H4nKzAZNxd4O9na8YIdZrPAAmRmgciw FlrhIjmmysOj3Rt9pbpqiUPMzciDB18Z7osnI=
- 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 :content-type; b=UKx2o3EvY3uBpIOF1w0ooC8QjSKQf18xlM9ShUygJMHxnUIJ/nBrUK+3PFXF1rwRAj aO4eSX0RTrZ/mMs05Kq2F32N7TBwxzm31kiuL9qbVZ1jbeqyZ0LvCQAerAMFhCWjvdWM 7mph8YJ1C/B/dHyVVrBeZE2ZpcM4j4VTruauo=
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?
Regards,
benluo