]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-ppdi.html
Final man page changes for STR #4372 and STR #4329.
[thirdparty/cups.git] / doc / help / man-ppdi.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
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>
b4a8492a 11ppdi - import ppd files (deprecated)
94436c5a 12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
c277f98c 13<b>ppdi</b>
b4a8492a
MS
14[
15<b>-I</b>
c277f98c 16<i>include-directory</i>
b4a8492a
MS
17] [
18<b>-o</b>
c277f98c
MS
19<i>source-file</i>
20]
21<i>ppd-file</i>
b4a8492a
MS
22[ ...
23<i>ppd-file</i>
c277f98c 24]
94436c5a 25<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
b4a8492a
MS
26<b>ppdi</b> imports one or more PPD files into a PPD compiler source file.
27Multiple languages of the same PPD file are merged into a single printer definition to facilitate accurate changes for all localizations.
28<b>This program is deprecated and will be removed in a future release of CUPS.</b>
29<h2 class="title"><a name="OPTIONS">Options</a></h2>
30<b>ppdi</b> supports the following options:
31<dl class="man">
32<dt><b>-I </b><i>include-directory</i>
33<dd style="margin-left: 5.0em">Specifies an alternate include directory.
34Multiple <i>-I</i> options can be supplied to add additional directories.
35<dt><b>-o </b><i>source-file</i>
36<dd style="margin-left: 5.0em">Specifies the PPD source file to update.
37If the source file does not exist, a new source file is created.
38Otherwise the existing file is merged with the new PPD file(s) on the command-line.
39If no source file is specified, the filename <i>ppdi.drv</i> is used.
40</dl>
94436c5a 41<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
b4a8492a
MS
42<a href="man-ppdc.html?TOPIC=Man+Pages"><b>ppdc</b>(1),</a>
43<a href="man-ppdhtml.html?TOPIC=Man+Pages"><b>ppdhtml</b>(1),</a>
44<a href="man-ppdmerge.html?TOPIC=Man+Pages"><b>ppdmerge</b>(1),</a>
45<a href="man-ppdpo.html?TOPIC=Man+Pages"><b>ppdpo</b>(1),</a>
46<a href="man-ppdcfile.html?TOPIC=Man+Pages"><b>ppdcfile</b>(5),</a>
47CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
94436c5a 48<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
b4a8492a 49Copyright &copy; 2007-2014 by Apple Inc.
94436c5a
MS
50
51</body>
52</html>