Merged revisions 1884-1905 via svnmerge from
[scons.git] / src / engine / SCons / Tool / dvipdf.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="dvipdf">
8 <summary>
9 Sets construction variables for the dvipdf utility.
10 </summary>
11 <sets>
12 DVIPDF
13 DVIPDFFLAGS
14 DVIPDFCOM
15 </sets>
16 <uses>
17 DVIPDFCOMSTR
18 </uses>
19 </tool>
20
21 <cvar name="DVIPDF">
22 <summary>
23 The TeX DVI file to PDF file converter.
24 </summary>
25 </cvar>
26
27 <cvar name="DVIPDFFLAGS">
28 <summary>
29 General options passed to the TeX DVI file to PDF file converter.
30 </summary>
31 </cvar>
32
33 <cvar name="DVIPDFCOM">
34 <summary>
35 The command line used to convert TeX DVI files into a PDF file.
36 </summary>
37 </cvar>
38
39 <cvar name="DVIPDFCOMSTR">
40 <summary>
41 The string displayed when a TeX DVI file
42 is converted into a PDF file.
43 If this is not set, then &cv-link-DVIPDFCOM; (the command line) is displayed.
44 </summary>
45 </cvar>
46
47 <cvar name="PDFCOM">
48 <summary>
49 A deprecated synonym for &cv-link-DVIPDFCOM;.
50 </summary>
51 </cvar>