]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-ppdi.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-ppdi.html
1 <!DOCTYPE HTML>
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</b>
14 [ -I
15 <i>include-directory</i>
16 ] [ -o
17 <i>source-file</i>
18 ]
19 <i>ppd-file</i>
20 [
21 <i>ppd-file2</i> <i>...</i> <i>ppd-fileN</i>
22 ]
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>