]> git.ipfire.org Git - thirdparty/cups.git/blame - man/ppdi.man
Another typo when the default (timid) tests are chosen (STR #4699)
[thirdparty/cups.git] / man / ppdi.man
CommitLineData
ac884b6a 1.\"
e4e5666b 2.\" "$Id$"
ac884b6a 3.\"
b4a8492a 4.\" ppdi man page for CUPS.
ac884b6a 5.\"
b4a8492a
MS
6.\" Copyright 2007-2014 by Apple Inc.
7.\" Copyright 1997-2007 by Easy Software Products.
ac884b6a 8.\"
b4a8492a
MS
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/".
ac884b6a 14.\"
b4a8492a 15.TH ppdi 1 "CUPS" "12 June 2014" "Apple Inc."
ac884b6a 16.SH NAME
b4a8492a 17ppdi \- import ppd files (deprecated)
ac884b6a
MS
18.SH SYNOPSIS
19.B ppdi
b4a8492a
MS
20[
21.B \-I
ac884b6a 22.I include-directory
b4a8492a
MS
23] [
24.B \-o
ac884b6a
MS
25.I source-file
26]
27.I ppd-file
b4a8492a
MS
28[ ...
29.I ppd-file
ac884b6a
MS
30]
31.SH DESCRIPTION
b4a8492a
MS
32\fBppdi\fR imports one or more PPD files into a PPD compiler source file.
33Multiple 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
39Specifies an alternate include directory.
40Multiple \fI-I\fR options can be supplied to add additional directories.
41.TP 5
42\fB\-o \fIsource-file\fR
43Specifies the PPD source file to update.
44If the source file does not exist, a new source file is created.
45Otherwise the existing file is merged with the new PPD file(s) on the command-line.
46If no source file is specified, the filename \fIppdi.drv\fR is used.
ac884b6a 47.SH SEE ALSO
b4a8492a
MS
48.BR ppdc (1),
49.BR ppdhtml (1),
50.BR ppdmerge (1),
51.BR ppdpo (1),
52.BR ppdcfile (5),
53CUPS Online Help (http://localhost:631/help)
ac884b6a 54.SH COPYRIGHT
b4a8492a 55Copyright \[co] 2007-2014 by Apple Inc.
ac884b6a 56.\"
e4e5666b 57.\" End of "$Id$".
ac884b6a 58.\"