diff options
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/Makefile | 3 | ||||
-rw-r--r-- | handbook/ref-variables.xml | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/handbook/Makefile b/handbook/Makefile index 5dff1a874..502c951a7 100644 --- a/handbook/Makefile +++ b/handbook/Makefile @@ -9,7 +9,8 @@ pdf: XSLTOPTS = --stringparam html.stylesheet style.css \ --stringparam chapter.autolabel 1 \ --stringparam appendix.autolabel 1 \ - --stringparam section.autolabel 1 + --stringparam section.autolabel 1 \ + --xinclude ## # These URI should be rewritten by your distribution's xml catalog to diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml index e4523bfdc..7aa360660 100644 --- a/handbook/ref-variables.xml +++ b/handbook/ref-variables.xml @@ -84,6 +84,13 @@ </glossdef> </glossentry> + <glossentry id='var-BPN'><glossterm>BPN</glossterm> + <glossdef> + <para>Bare name of package with any suffixes like -cross -native + removed. </para> + </glossdef> + </glossentry> + </glossdiv> <glossdiv id='var-glossary-c'><title>C</title> |