diff options
author | Steven Knight <knight@baldmt.com> | 2003-04-13 02:15:06 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-04-13 02:15:06 (GMT) |
commit | 5a50b311a2197c327b0b53b302801406289c1fad (patch) | |
tree | 89069f6c04a9bf2a0ec5e227b6c412412199ca3f /doc/man | |
parent | 8acc37bd923f8bb6621c0fe3d36786151e884c6d (diff) | |
download | SCons-5a50b311a2197c327b0b53b302801406289c1fad.zip SCons-5a50b311a2197c327b0b53b302801406289c1fad.tar.gz SCons-5a50b311a2197c327b0b53b302801406289c1fad.tar.bz2 |
Support converting PostScript to PDF files using ghostview. (Stefan Reichor)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.1 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 09de821..a778c38 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -868,6 +868,7 @@ dvipdf dvips g++ g77 +gs icc ifl ilink @@ -2137,6 +2138,9 @@ The TeX DVI file to PDF file converter. .IP DVIPDFFLAGS General options passed to the TeX DVI file to PDF file converter. +.IP DVIPDFCOM +The command line used to convert TeX DVI files into a PDF file. + .IP DVIPS The TeX DVI file to PostScript converter. @@ -2266,6 +2270,16 @@ are included on this command line. A function that converts a file name into a File instance relative to the target being built. +.IP GS +The Ghostscript program used to convert PostScript to PDF files. + +.IP GSFLAGS +General options passed to the Ghostscript program +when converting PostScript to PDF files. + +.IP GSCOM +The Ghostscript command line used to convert PostScript to PDF files. + .IP INCPREFIX The prefix used to specify an include directory on the C compiler command line. @@ -2550,7 +2564,7 @@ env['PDB'] = 'hello.pdb' .EE .IP PDFCOM -The command line used to convert TeX DVI files into a PDF file. +A deprecated synonym for $DVIPDFCOM. .IP PDFPREFIX The prefix used for PDF file names. |