]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-ppdi.html
Final sync-up with cups.org trunk repository
[thirdparty/cups.git] / doc / help / man-ppdi.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>ppdi(1)</title>
7 </head>
8 <body>
9 <h1 class="title">ppdi(1)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 ppdi - import ppd files
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>ppdi
14 </b>[ -I
15 <i>include-directory
16 </i>] [ -o
17 <i>source-file
18 </i>]
19 <i>ppd-file
20 </i>[
21 <i>ppd-file2 ... ppd-fileN
22 </i>]
23 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
24 <i>ppdi</i> imports one or more PPD files into a PPD compiler source file.
25 Multiple languages of the same PPD file are merged into a single printer
26 definition to facilitate accurate changes for all localizations.
27 <p>The <i>-o</i> option specifies the PPD source file to update. If the source
28 file does not exist, a new source file is created. Otherwise the existing
29 file is merged with the new PPD file(s) on the command-line. If no source
30 file is specified, the filename "ppdi.drv" is used.
31 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
32 ppdc(1), ppdhtml(1), ppdmerge(1), ppdpo(1), ppdcfile(5)
33 <br>
34 <a href='http://localhost:631/help'>http://localhost:631/help</a>
35 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
36 Copyright 2007-2013 by Apple Inc.
37
38 </body>
39 </html>