Signed-off-by: Roland Hieber <[email protected]>
---
 doc/ref_make_macros.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/ref_make_macros.inc b/doc/ref_make_macros.inc
index b36a825755ed..2a5c1e452e17 100644
--- a/doc/ref_make_macros.inc
+++ b/doc/ref_make_macros.inc
@@ -672,6 +672,7 @@ Usage:
 
  $(call ptx/endis, VARIABLE)
  $(call ptx/disen, VARIABLE)
+ $(call ptx/wow, VARIABLE)
  $(call ptx/wwo, VARIABLE)
  $(call ptx/truefalse, VARIABLE)
  $(call ptx/ifdef, VARIABLE, [expansion-if-true], [expansion-if-false])
@@ -686,6 +687,8 @@ These are useful for ``<PKG>_CONF_OPT`` variables, and 
expand as follows:
 
+--------------------+-------------------------------+---------------------------------+---------------------+
 | ptx/disen          | ``disable``                   | ``enable``              
        | autoconf            |
 
+--------------------+-------------------------------+---------------------------------+---------------------+
+| ptx/wow            | ``without``                   | ``with``                
        | autoconf            |
++--------------------+-------------------------------+---------------------------------+---------------------+
 | ptx/wwo            | ``with``                      | ``without``             
        | autoconf            |
 
+--------------------+-------------------------------+---------------------------------+---------------------+
 | ptx/yesno          | ``yes``                       | ``no``                  
        | autoconf cache vars |
-- 
2.20.1


_______________________________________________
ptxdist mailing list
[email protected]

Reply via email to