summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/sdk-working-projects.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/sdk-manual/sdk-working-projects.xml b/documentation/sdk-manual/sdk-working-projects.xml
index 1bc3149079..47d378cb52 100644
--- a/documentation/sdk-manual/sdk-working-projects.xml
+++ b/documentation/sdk-manual/sdk-working-projects.xml
@@ -31,7 +31,9 @@
31 <title>Creating and Running a Project Based on GNU Autotools</title> 31 <title>Creating and Running a Project Based on GNU Autotools</title>
32 32
33 <para> 33 <para>
34 Follow these steps to create a simple Autotools-based project: 34 Follow these steps to create a simple
35 <ulink url='https://en.wikipedia.org/wiki/GNU_Build_System'>GNU Autotools-based</ulink>
36 project:
35 <orderedlist> 37 <orderedlist>
36 <listitem><para> 38 <listitem><para>
37 <emphasis>Create Your Directory:</emphasis> 39 <emphasis>Create Your Directory:</emphasis>
@@ -103,10 +105,10 @@
103 </para></listitem> 105 </para></listitem>
104 <listitem><para> 106 <listitem><para>
105 <emphasis>Generate the Local <filename>aclocal.m4</filename> 107 <emphasis>Generate the Local <filename>aclocal.m4</filename>
106 Files and Create the Configure Script:</emphasis> 108 Files and Create the <filename>configure</filename> Script:</emphasis>
107 The following GNU Autotools generate the local 109 The following GNU Autotools generate the local
108 <filename>aclocal.m4</filename> files and create the 110 <filename>aclocal.m4</filename> files and create the
109 configure script: 111 <filename>configure</filename> script:
110 <literallayout class='monospaced'> 112 <literallayout class='monospaced'>
111 $ aclocal 113 $ aclocal
112 $ autoconf 114 $ autoconf