summaryrefslogtreecommitdiffstats
path: root/doc/dev_manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dev_manual.rst')
-rw-r--r--doc/dev_manual.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst
index 8f4ef3b08..6a66f0745 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -157,7 +157,8 @@ handle:
archive but a plain source project instead. Creating such a package
will also create a small autotools based source template project on
demand to give the developer an easy point to start. This template is
- prepared to build a single executable program.
+ prepared to build a single executable program. For further details refer
+ section :ref:`adding_src_autoconf_exec`.
- **src-autoconf-lib**: This kind of package is built for the target.
It is intended for development, as it does not handle a released
@@ -174,7 +175,7 @@ handle:
project on demand to give the developer an easy point to start. This
template is prepared to build a single shared library and a single
executable program. The program will be linked against the shared
- library.
+ library. For further details refer section :ref:`adding_src_autoconf_exec_lib`.
- **file**: This kind of package is intended to add a few simple files
into the build process. We assume these files do not need any