From 272be75bd92a73ac404a04c40aa6e9bf6f27fb8b Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Wed, 8 Jun 2016 18:22:08 +0200 Subject: Let Spinx link both sections Signed-off-by: Juergen Borleis --- doc/ref_manual.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst index 014658fc9..ebc76ecbb 100644 --- a/doc/ref_manual.rst +++ b/doc/ref_manual.rst @@ -871,6 +871,8 @@ it install its content into the corresponding packages directory (in our example .. _param_macros: +.. _ptxEndis: + ptx/endis ~~~~~~~~~ @@ -898,7 +900,9 @@ Depending on the state of FOO_VARIABLE this line results into FOO_CONF_OPT += --enable-something (if FOO_VARIABLE is set) FOO_CONF_OPT += --disable-something (if FOO_VARIABLE is unset) -Refer ``ptx/disen`` for the opposite string expansion. +Refer :ref:`ptxDisen` for the opposite string expansion. + +.. _ptxDisen: ptx/disen ~~~~~~~~~ @@ -927,7 +931,7 @@ Depending on the state of FOO_VARIABLE this line results into FOO_CONF_OPT += --disable-something (if FOO_VARIABLE is set) FOO_CONF_OPT += --enable-something (if FOO_VARIABLE is unset) -Refer ``ptx/endis`` for the opposite string expansion. +Refer :ref:`ptxEndis` for the opposite string expansion. ptx/wwo ~~~~~~~ -- cgit v1.2.3