[latexila] Build Tools: adapt the documentation



commit 4916b506c098cd521f4853d88acc65faa1a71b1c
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Sat Jul 7 06:27:03 2012 +0200

    Build Tools: adapt the documentation
    
    Since the 'must succeed' option has been removed.

 help/C/build_tools.page |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/help/C/build_tools.page b/help/C/build_tools.page
index 165742a..e2004ee 100644
--- a/help/C/build_tools.page
+++ b/help/C/build_tools.page
@@ -160,14 +160,15 @@ $ ps2pdf document.ps</screen>
   <title>Jobs of a Build Tool</title>
 
   <p>In the properties of a build tool, the tricky part is to configure the jobs.
-  A build tool can execute several jobs. Each job contains three pieces of
+  A build tool can execute several jobs. Each job contains two pieces of
   information:</p>
   <list>
     <item><p>The command, which can use placeholders.</p></item>
-    <item><p>Whether the job must succeed. If this option is enabled, when an error
-    occurs during the job execution, the next job is not executed.</p></item>
     <item><p>The post processor (see <link xref="#post-processors" />).</p></item>
   </list>
+
+  <p>When an error occurs during a job's execution, the execution of the build
+  tool is aborted, so the next jobs are not launched.</p>
 </section>
 
 <section id="post-processors">



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