[anjuta] help: Fix build-tutorial



commit 3eb0ea25bba8917ebb3d56fb413d746bc08dc882
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Jan 31 17:45:09 2018 +0100

    help: Fix build-tutorial

 manuals/anjuta-build-tutorial/C/index.docbook |    4 ++--
 manuals/anjuta-build-tutorial/Makefile.am     |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/manuals/anjuta-build-tutorial/C/index.docbook b/manuals/anjuta-build-tutorial/C/index.docbook
index d349108..4d137cf 100644
--- a/manuals/anjuta-build-tutorial/C/index.docbook
+++ b/manuals/anjuta-build-tutorial/C/index.docbook
@@ -331,7 +331,7 @@ aux.o: aux.c
                        <programlisting>
 <replaceable>target</replaceable>: <replaceable>prerequisites</replaceable>
        <replaceable>commands</replaceable>
-       <replaceable>&hellip;</replaceable></programlisting>
+       <replaceable>...</replaceable></programlisting>
                        <para>
                                The <replaceable>target</replaceable> and the 
                                <replaceable>prerequisites</replaceable> are normally files but they could be
@@ -561,7 +561,7 @@ If tut_prog is older than main.o or aux.o
                                As <application>Anjuta</application> is using 
<application>Autotools</application>,
                                the first step is similar, you need to run configure.
                                Select <menuchoice><guisubmenu>Build</guisubmenu>
-                               <guimenuitem>Configure Project&hellip;</guimenuitem></menuchoice>, to get the
+                               <guimenuitem>Configure Project...</guimenuitem></menuchoice>, to get the
                                following dialog:
                        </para>
                        <figure>
diff --git a/manuals/anjuta-build-tutorial/Makefile.am b/manuals/anjuta-build-tutorial/Makefile.am
index 4b2cc9f..a778696 100644
--- a/manuals/anjuta-build-tutorial/Makefile.am
+++ b/manuals/anjuta-build-tutorial/Makefile.am
@@ -18,4 +18,6 @@ HELP_MEDIA = figures/autotools-process.png \
        figures/new-project-basic.png \
        figures/new-project-summary.png
 
+HELP_LINGUAS =
+
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]