Blame man/ppdi.man

Packit 2fc92b
.\"
Packit 2fc92b
.\" ppdi man page for CUPS.
Packit 2fc92b
.\"
Packit 2fc92b
.\" Copyright 2007-2014 by Apple Inc.
Packit 2fc92b
.\" Copyright 1997-2007 by Easy Software Products.
Packit 2fc92b
.\"
Packit 2fc92b
.\" These coded instructions, statements, and computer programs are the
Packit 2fc92b
.\" property of Apple Inc. and are protected by Federal copyright
Packit 2fc92b
.\" law.  Distribution and use rights are outlined in the file "LICENSE.txt"
Packit 2fc92b
.\" which should have been included with this file.  If this file is
Packit 2fc92b
.\" file is missing or damaged, see the license at "http://www.cups.org/".
Packit 2fc92b
.\"
Packit 2fc92b
.TH ppdi 1 "CUPS" "12 June 2014" "Apple Inc."
Packit 2fc92b
.SH NAME
Packit 2fc92b
ppdi \- import ppd files (deprecated)
Packit 2fc92b
.SH SYNOPSIS
Packit 2fc92b
.B ppdi
Packit 2fc92b
[
Packit 2fc92b
.B \-I
Packit 2fc92b
.I include-directory
Packit 2fc92b
] [
Packit 2fc92b
.B \-o
Packit 2fc92b
.I source-file
Packit 2fc92b
]
Packit 2fc92b
.I ppd-file
Packit 2fc92b
[ ...
Packit 2fc92b
.I ppd-file
Packit 2fc92b
]
Packit 2fc92b
.SH DESCRIPTION
Packit 2fc92b
\fBppdi\fR imports one or more PPD files into a PPD compiler source file.
Packit 2fc92b
Multiple languages of the same PPD file are merged into a single printer definition to facilitate accurate changes for all localizations.
Packit 2fc92b
\fBThis program is deprecated and will be removed in a future release of CUPS.\fR
Packit 2fc92b
.SH OPTIONS
Packit 2fc92b
\fBppdi\fR supports the following options:
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-I \fIinclude-directory\fR
Packit 2fc92b
Specifies an alternate include directory.
Packit 2fc92b
Multiple \fI-I\fR options can be supplied to add additional directories.
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-o \fIsource-file\fR
Packit 2fc92b
Specifies the PPD source file to update.
Packit 2fc92b
If the source file does not exist, a new source file is created.
Packit 2fc92b
Otherwise the existing file is merged with the new PPD file(s) on the command-line.
Packit 2fc92b
If no source file is specified, the filename \fIppdi.drv\fR is used.
Packit 2fc92b
.SH SEE ALSO
Packit 2fc92b
.BR ppdc (1),
Packit 2fc92b
.BR ppdhtml (1),
Packit 2fc92b
.BR ppdmerge (1),
Packit 2fc92b
.BR ppdpo (1),
Packit 2fc92b
.BR ppdcfile (5),
Packit 2fc92b
CUPS Online Help (http://localhost:631/help)
Packit 2fc92b
.SH COPYRIGHT
Packit 2fc92b
Copyright \[co] 2007-2017 by Apple Inc.