summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-06-08 18:22:08 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:54 +0200
commit272be75bd92a73ac404a04c40aa6e9bf6f27fb8b (patch)
treeb3b3384bd123abea4f9dd31c535d35d42c125cd2
parentba94fd306593992b38a7a428067910568ae9e6b8 (diff)
downloadptxdist-272be75bd92a73ac404a04c40aa6e9bf6f27fb8b.tar.gz
ptxdist-272be75bd92a73ac404a04c40aa6e9bf6f27fb8b.tar.xz
Let Spinx link both sections
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
-rw-r--r--doc/ref_manual.rst8
1 files 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
~~~~~~~