]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdi.man
Merge CUPS 1.4svn-r7319.
[thirdparty/cups.git] / man / ppdi.man
1 .\"
2 .\" "$Id: ppdi.man 343 2007-07-13 19:52:48Z mike $"
3 .\"
4 .\" ppdi man page for the CUPS Driver Development Kit.
5 .\"
6 .\" Copyright 2007 by Apple Inc.
7 .\" Copyright 1997-2007 by Easy Software Products.
8 .\"
9 .\" These coded instructions, statements, and computer programs are the
10 .\" property of Apple Inc. and are protected by Federal copyright
11 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 .\" which should have been included with this file. If this file is
13 .\" file is missing or damaged, see the license at "http://www.cups.org/".
14 .\"
15 .TH ppdi 1 "CUPS Driver Development Kit" "14 February 2007" "Apple Inc."
16 .SH NAME
17 ppdi \- import ppd files
18 .SH SYNOPSIS
19 .B ppdi
20 [ \-I
21 .I include-directory
22 ] [ \-o
23 .I source-file
24 ]
25 .I ppd-file
26 [
27 .I ppd-file2 ... ppd-fileN
28 ]
29 .SH DESCRIPTION
30 \fIppdi\fR imports one or more PPD files into a PPD compiler source file.
31 Multiple languages of the same PPD file are merged into a single printer
32 definition to facilitate accurate changes for all localizations.
33 .PP
34 The \fI-o\fR option specifies the PPD source file to update. If the source
35 file does not exist, a new source file is created. Otherwise the existing
36 file is merged with the new PPD file(s) on the command-line. If no source
37 file is specified, the filename "ppdi.drv" is used.
38 .SH SEE ALSO
39 cupsprofile(1), ppdc(1), ppdhtml(1), ppdmerge(1), ppdpo(1), ppdcfile(5), CUPS Driver Developer Kit Manual.
40 .SH COPYRIGHT
41 Copyright 2007 by Apple Inc.
42 .\"
43 .\" End of "$Id: ppdi.man 343 2007-07-13 19:52:48Z mike $".
44 .\"