]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdi.1
Update .gitignore to ignore compressed man pages.
[thirdparty/cups.git] / man / ppdi.1
1 .\"
2 .\" ppdi man page for CUPS.
3 .\"
4 .\" Copyright © 2007-2019 by Apple Inc.
5 .\" Copyright © 1997-2007 by Easy Software Products.
6 .\"
7 .\" Licensed under Apache License v2.0. See the file "LICENSE" for more
8 .\" information.
9 .\"
10 .TH ppdi 1 "CUPS" "26 April 2019" "Apple Inc."
11 .SH NAME
12 ppdi \- import ppd files (deprecated)
13 .SH SYNOPSIS
14 .B ppdi
15 [
16 .B \-I
17 .I include-directory
18 ] [
19 .B \-o
20 .I source-file
21 ]
22 .I ppd-file
23 [ ...
24 .I ppd-file
25 ]
26 .SH DESCRIPTION
27 \fBppdi\fR imports one or more PPD files into a PPD compiler source file.
28 Multiple languages of the same PPD file are merged into a single printer definition to facilitate accurate changes for all localizations.
29 \fBThis program is deprecated and will be removed in a future release of CUPS.\fR
30 .SH OPTIONS
31 \fBppdi\fR supports the following options:
32 .TP 5
33 \fB\-I \fIinclude-directory\fR
34 Specifies an alternate include directory.
35 Multiple \fI-I\fR options can be supplied to add additional directories.
36 .TP 5
37 \fB\-o \fIsource-file\fR
38 Specifies the PPD source file to update.
39 If the source file does not exist, a new source file is created.
40 Otherwise the existing file is merged with the new PPD file(s) on the command-line.
41 If no source file is specified, the filename \fIppdi.drv\fR is used.
42 .SH NOTES
43 PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
44 Printers that do not support IPP can be supported using applications such as
45 .BR ippeveprinter (1).
46 .SH SEE ALSO
47 .BR ppdc (1),
48 .BR ppdhtml (1),
49 .BR ppdmerge (1),
50 .BR ppdpo (1),
51 .BR ppdcfile (5),
52 CUPS Online Help (http://localhost:631/help)
53 .SH COPYRIGHT
54 Copyright \[co] 2007-2019 by Apple Inc.