]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdi.man
Merge changes from CUPS 1.4svn-r7696.
[thirdparty/cups.git] / man / ppdi.man
1 .\"
2 .\" "$Id: ppdi.man 7600 2008-05-20 21:06:23Z mike $"
3 .\"
4 .\" ppdi man page for the Common UNIX Printing System.
5 .\"
6 .\" Copyright 2007-2008 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 "Common UNIX Printing System" "20 May 2008" "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 ppdc(1), ppdhtml(1), ppdmerge(1), ppdpo(1), ppdcfile(5)
40 .br
41 http://localhost:631/help
42 .SH COPYRIGHT
43 Copyright 2007-2008 by Apple Inc.
44 .\"
45 .\" End of "$Id: ppdi.man 7600 2008-05-20 21:06:23Z mike $".
46 .\"