[translations] compiling error "make: Entering an unknown directory" |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: LilyPond Translation <translations@xxxxxxxxxxx>
- Subject: [translations] compiling error "make: Entering an unknown directory"
- From: Federico Bruni <fedelogy@xxxxxxxxx>
- Date: Tue, 03 Jan 2012 19:14:24 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=qrsK6IdPdrD7f214sLcqIubKQaruOiYQKVbbLH1OTM4=; b=MnI/cXgff1mPJsIJBC4cu4/HR/E8Ws9CprdliEQuLz+iz92BEzgj2KkDuTm/C+uVW4 2JrHfnCFjKCGPSDMVUXfeSMO3NZTzkEkp3XaFMvnLBpjW2rOaLb81qfRIX86n7D0IbdW ZqltNk9zp54k7HPNmuii9MFGymZBRoD3hrYzs=
Hi translators,
I've started translating the NR and I'm now trying to compile the
documentation to see the results. But I get this error when I run 'make
-j3':
make: Entering an unknown directory
make: *** notation: No such file or directory. Stop.
make: Leaving an unknown directory
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/fede/lilypond-git/build/Documentation/it'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fede/lilypond-git/build/Documentation'
make: *** [all] Error 2
I followed the CG and I've placed "notation" in
Documentation/it/GNUMakefile, which has now the following lines:
ISOLANG = it
depth = ../..
SUBDIRS = learning texidocs web usage included notation
STEPMAKE_TEMPLATES = documentation texinfo
LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
include $(depth)/make/stepmake.make
I also have this GNUMakefile in Documentation/it/notation:
depth = ../../..
LOCALSTEPMAKE_TEMPLATES = ly
include $(depth)/make/stepmake.make
So why that error?
Any idea?
Thanks,
Federico