Merged revisions 1884-1905 via svnmerge from
[scons.git] / src / engine / SCons / Tool / gs.xml
1 <!--
2 __COPYRIGHT__
3
4 This file is processed by the bin/SConsDoc.py module.
5 See its __doc__ string for a discussion of the format.
6 -->
7 <tool name="gs">
8 <summary>
9 Set construction variables for Ghostscript.
10 </summary>
11 <sets>
12 GS
13 GSFLAGS
14 GSCOM
15 </sets>
16 <uses>
17 GSCOMSTR
18 </uses>
19 </tool>
20
21 <cvar name="GS">
22 <summary>
23 The Ghostscript program used to convert PostScript to PDF files.
24 </summary>
25 </cvar>
26
27 <cvar name="GSCOM">
28 <summary>
29 The Ghostscript command line used to convert PostScript to PDF files.
30 </summary>
31 </cvar>
32
33 <cvar name="GSCOMSTR">
34 <summary>
35 The string displayed when
36 Ghostscript is used to convert
37 a PostScript file to a PDF file.
38 If this is not set, then &cv-link-GSCOM; (the command line) is displayed.
39 </summary>
40 </cvar>
41
42 <cvar name="GSFLAGS">
43 <summary>
44 General options passed to the Ghostscript program
45 when converting PostScript to PDF files.
46 </summary>
47 </cvar>