diff --git a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
index a4c39ef26b..1fbe715659 100644
--- a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
@@ -3846,8 +3846,9 @@ SUB_LIST+= OPT1="@comment " NO_OPT1=""
For each
key=value
- pair in OPT_USE
- the corresponding
+ pair in
+ OPT_USE the
+ corresponding
USE_KEY
variable will be set to value.
If value has spaces in it,
@@ -3879,8 +3880,8 @@ USE_XORG= x11 xextproto xext xrandr
or
--disable-${OPT_CONFIGURE_ENABLE}
will be added to CONFIGURE_ARGS depending
- on the value of the
- option OPT, for
+ on the value of the option
+ OPT, for
example:
OPTIONS_DEFINE= OPT1
@@ -3936,8 +3937,9 @@ CONFIGURE_ARGS+= --without-test
OPT_CONFIGURE_ON
is set then its value will be appended to
CONFIGURE_ARGS depending on the status of
- the option OPT,
- for example:
+ the option
+ OPT, for
+ example:
OPTIONS_DEFINE= OPT1
OPT1_CONFIGURE_ON= --add-test
@@ -3960,8 +3962,9 @@ CONFIGURE_ARGS+= --add-test
OPT_CONFIGURE_OFF
is set then its value will be appended to
CONFIGURE_ARGS depending on the status of
- the option OPT,
- for example:
+ the option
+ OPT, for
+ example:
OPTIONS_DEFINE= OPT1
OPT1_CONFIGURE_OFF= --no-test
@@ -3981,11 +3984,11 @@ CONFIGURE_ARGS+= --no-test
OPT_CMAKE_ON
If
- OPT_CMAKE_ON is
- set then its value will be appended to
+ OPT_CMAKE_ON
+ is set then its value will be appended to
CMAKE_ARGS depending on the status of the
- option OPT, for
- example:
+ option OPT,
+ for example:
OPTIONS_DEFINE= OPT1
OPT1_CMAKE_ON= -DTEST:BOOL=true
@@ -4005,11 +4008,11 @@ CMAKE_ARGS+= -DTEST:BOOL=true
OPT_CMAKE_OFF
If
- OPT_CMAKE_OFF is
- set then its value will be appended to
+ OPT_CMAKE_OFF
+ is set then its value will be appended to
CMAKE_ARGS depending on the status of the
- option OPT, for
- example:
+ option OPT,
+ for example:
OPTIONS_DEFINE= OPT1
OPT1_CMAKE_OFF= -DTEST:BOOL=false