summaryrefslogtreecommitdiffstats
path: root/doc/generated/builders.gen
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-10-08 10:54:45 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-10-08 10:54:45 (GMT)
commit3bebac3d0e8f24065ecda4abb2a2dad7b1d57164 (patch)
treeb2755eb58dbe9893e1d091b292b3a486fa6d7679 /doc/generated/builders.gen
parent32676cbecfa28980b77426da56bfc1b8429ccb7d (diff)
downloadSCons-3bebac3d0e8f24065ecda4abb2a2dad7b1d57164.zip
SCons-3bebac3d0e8f24065ecda4abb2a2dad7b1d57164.tar.gz
SCons-3bebac3d0e8f24065ecda4abb2a2dad7b1d57164.tar.bz2
- added an explicit Gs() Builder to the gs.py Tool
- updated documentation accordingly and added a (very) simple test
Diffstat (limited to 'doc/generated/builders.gen')
-rw-r--r--doc/generated/builders.gen21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/generated/builders.gen b/doc/generated/builders.gen
index 3fdafb6..5cd92f2 100644
--- a/doc/generated/builders.gen
+++ b/doc/generated/builders.gen
@@ -397,6 +397,27 @@ env.DVI(target = 'ccc.dvi', source = 'ccc.latex')
</example_commands>
</listitem>
</varlistentry>
+ <varlistentry id="b-Gs">
+ <term>
+ <function>Gs()</function>
+ </term>
+ <term>
+ <function>env.Gs()</function>
+ </term>
+ <listitem>
+<para xmlns="http://www.scons.org/dbxsd/v1.0">
+A Builder for explicitly calling the <literal>gs</literal> executable.
+Depending on the underlying OS, the different names <literal>gs</literal>,
+<literal>gsos2</literal> and <literal>gswin32c</literal>
+are tried.
+</para>
+<example_commands xmlns="http://www.scons.org/dbxsd/v1.0">env = Environment(tools=['gs'])
+env.Gs('cover.jpg','scons-scons.pdf',
+ GSFLAGS='-dNOPAUSE -dBATCH -sDEVICE=jpeg -dFirstPage=1 -dLastPage=1 -q')
+ )
+</example_commands>
+</listitem>
+ </varlistentry>
<varlistentry id="b-Install">
<term>
<function>Install()</function>