summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/sdk-working-projects.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-working-projects.xml b/documentation/sdk-manual/sdk-working-projects.xml
index 2793a6cb9e..2e232a5041 100644
--- a/documentation/sdk-manual/sdk-working-projects.xml
+++ b/documentation/sdk-manual/sdk-working-projects.xml
@@ -77,8 +77,8 @@
77 AC_INIT(hello,0.1) 77 AC_INIT(hello,0.1)
78 AM_INIT_AUTOMAKE([foreign]) 78 AM_INIT_AUTOMAKE([foreign])
79 AC_PROG_CC 79 AC_PROG_CC
80 AC_PROG_INSTALL 80 AC_CONFIG_FILES(Makefile)
81 AC_OUTPUT(Makefile) 81 AC_OUTPUT
82 </literallayout> 82 </literallayout>
83 </para></listitem> 83 </para></listitem>
84 </itemizedlist> 84 </itemizedlist>