From c6d4c6ae72f74b55947d2c843de79144beef310e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Dec 2013 14:15:12 -0600 Subject: [PATCH] ref-manual: Fixed some broken cross-references. Three broken cross-references to the "qmake_base" class existed in the variables chapter. The actual class "qmake_base" is listed as part of the "qmake*" class so there is no tag taking a user to the exact "qmake_base" class. Changed the tag to "ref-classes-qmake*". (From yocto-docs rev: c13e441e9bbe3a451a59e5123b772426d36183ae) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 923412ca31..c99f7362c3 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1859,7 +1859,7 @@ This variable is used with recipes that inherit the - qmake_base + qmake_base class or other classes that inherit qmake_base. @@ -1877,7 +1877,7 @@ This variable is used with recipes that inherit the - qmake_base + qmake_base class or other classes that inherit qmake_base. @@ -5093,7 +5093,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" This variable is used with recipes that inherit the - qmake_base + qmake_base class or other classes that inherit qmake_base.