]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdi.man
Update copyrights in man pages.
[thirdparty/cups.git] / man / ppdi.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" ppdi man page for CUPS.
5 .\"
6 .\" Copyright 2007-2014 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" "12 June 2014" "Apple Inc."
16 .SH NAME
17 ppdi \- import ppd files (deprecated)
18 .SH SYNOPSIS
19 .B ppdi
20 [
21 .B \-I
22 .I include-directory
23 ] [
24 .B \-o
25 .I source-file
26 ]
27 .I ppd-file
28 [ ...
29 .I ppd-file
30 ]
31 .SH DESCRIPTION
32 \fBppdi\fR imports one or more PPD files into a PPD compiler source file.
33 Multiple languages of the same PPD file are merged into a single printer definition to facilitate accurate changes for all localizations.
34 \fBThis program is deprecated and will be removed in a future release of CUPS.\fR
35 .SH OPTIONS
36 \fBppdi\fR supports the following options:
37 .TP 5
38 \fB\-I \fIinclude-directory\fR
39 Specifies an alternate include directory.
40 Multiple \fI-I\fR options can be supplied to add additional directories.
41 .TP 5
42 \fB\-o \fIsource-file\fR
43 Specifies the PPD source file to update.
44 If the source file does not exist, a new source file is created.
45 Otherwise the existing file is merged with the new PPD file(s) on the command-line.
46 If no source file is specified, the filename \fIppdi.drv\fR is used.
47 .SH SEE ALSO
48 .BR ppdc (1),
49 .BR ppdhtml (1),
50 .BR ppdmerge (1),
51 .BR ppdpo (1),
52 .BR ppdcfile (5),
53 CUPS Online Help (http://localhost:631/help)
54 .SH COPYRIGHT
55 Copyright \[co] 2007-2015 by Apple Inc.
56 .\"
57 .\" End of "$Id$".
58 .\"