SF.net SVN: geany:[5413] trunk/doc

ntrel at users.sourceforge.net ntrel at xxxxx
Wed Nov 17 17:45:45 UTC 2010


Revision: 5413
          http://geany.svn.sourceforge.net/geany/?rev=5413&view=rev
Author:   ntrel
Date:     2010-11-17 17:45:45 +0000 (Wed, 17 Nov 2010)

Log Message:
-----------
Fix 'Set Build Commands' docs to be less C-specific.

Modified Paths:
--------------
    trunk/doc/geany.html
    trunk/doc/geany.txt

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2010-11-17 17:42:16 UTC (rev 5412)
+++ trunk/doc/geany.html	2010-11-17 17:45:45 UTC (rev 5413)
@@ -2878,11 +2878,11 @@
 </div>
 <div class="section">
 <h4><a class="toc-backref" href="#id143" id="set-build-commands" name="set-build-commands">Set Build Commands</a></h4>
-<p>By default the Compile and Build commands invoke the GCC compiler and
-linker with only the basic arguments needed by all programs. Using
-<em>Set Build Commands</em> you can add any include paths and compile
-flags for the compiler, any library names and paths for the linker,
-and any arguments you want to use when running Execute.</p>
+<p>By default Compile, Build and Execute are fairly basic commands. You
+may wish to customise them using <em>Set Build Commands</em>.</p>
+<p>E.g. for C you can add any include paths and compile flags for the
+compiler, any library names and paths for the linker, and any
+arguments you want to use when running Execute.</p>
 </div>
 </div>
 <div class="section">
@@ -6354,7 +6354,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2010-11-17 17:38 UTC.
+Generated on: 2010-11-17 17:44 UTC.
 Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2010-11-17 17:42:16 UTC (rev 5412)
+++ trunk/doc/geany.txt	2010-11-17 17:45:45 UTC (rev 5413)
@@ -2642,12 +2642,13 @@
 Set Build Commands
 ``````````````````
 
-By default the Compile and Build commands invoke the GCC compiler and
-linker with only the basic arguments needed by all programs. Using
-*Set Build Commands* you can add any include paths and compile
-flags for the compiler, any library names and paths for the linker,
-and any arguments you want to use when running Execute.
+By default Compile, Build and Execute are fairly basic commands. You
+may wish to customise them using *Set Build Commands*.
 
+E.g. for C you can add any include paths and compile flags for the
+compiler, any library names and paths for the linker, and any
+arguments you want to use when running Execute.
+
 Build Menu Configuration
 ^^^^^^^^^^^^^^^^^^^^^^^^
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list