From: Scott Rifenbark Date: Wed, 27 Mar 2013 19:39:08 +0000 (-0700) Subject: ref-manual: Formatting fix for BUILDDIR variable. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66e07441b88749ded42a615f5b8bee90d345a78f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Formatting fix for BUILDDIR variable. (From yocto-docs rev: cd963d208ef48cdb652382e69ceec873b15c5102) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 688eccfbd3b..7c563723e86 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -15,7 +15,8 @@ in a classes/ directory beneath the meta*/ directory found in the Source Directory. - Class files can also be pointed to by BUILDDIR (e.g. build/)in the same way as + Class files can also be pointed to by BUILDDIR + (e.g. build/)in the same way as .conf files in the conf directory. Class files are searched for in BBPATH using the same method by which .conf files are searched.