summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 6fd953df6c..4e78c3e7f3 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -896,6 +896,27 @@
896 </glossdef> 896 </glossdef>
897 </glossentry> 897 </glossentry>
898 898
899 <glossentry id='var-BUILDHISTORY_DIR'><glossterm>BUILDHISTORY_DIR</glossterm>
900 <glossdef>
901 <para>
902 When inheriting the
903 <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link>
904 class, specifies the directory in which build history
905 information is kept.
906 For more information on how the variable works, see the
907 <filename>buildhistory.class</filename>.
908 </para>
909
910 <para>
911 By default, the <filename>buildhistory</filename> class
912 sets the directory as follows:
913 <literallayout class='monospaced'>
914 BUILDHISTORY_DIR ?= "${TOPDIR}/buildhistory"
915 </literallayout>
916 </para>
917 </glossdef>
918 </glossentry>
919
899 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm> 920 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm>
900 <glossdef> 921 <glossdef>
901 <para> 922 <para>