mirror of https://gitee.com/openkylin/cups.git
48 lines
1.4 KiB
Groff
48 lines
1.4 KiB
Groff
|
.\"
|
|||
|
.\" ppdhtml man page for CUPS.
|
|||
|
.\"
|
|||
|
.\" Copyright © 2007-2019 by Apple Inc.
|
|||
|
.\" Copyright © 1997-2007 by Easy Software Products.
|
|||
|
.\"
|
|||
|
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
|
|||
|
.\" information.
|
|||
|
.\"
|
|||
|
.TH ppdhtml 1 "CUPS" "26 April 2019" "Apple Inc."
|
|||
|
.SH NAME
|
|||
|
ppdhtml \- cups html summary generator (deprecated)
|
|||
|
.SH SYNOPSIS
|
|||
|
.B ppdhtml
|
|||
|
[
|
|||
|
\fB\-D \fIname\fR[\fB=\fIvalue\fR]
|
|||
|
] [
|
|||
|
.B \-I
|
|||
|
.I include-directory
|
|||
|
]
|
|||
|
.I source-file
|
|||
|
.SH DESCRIPTION
|
|||
|
\fBppdhtml\fR reads a driver information file and produces a HTML summary page that lists all of the drivers in a file and the supported options.
|
|||
|
\fBThis program is deprecated and will be removed in a future release of CUPS.\fR
|
|||
|
.SH OPTIONS
|
|||
|
\fBppdhtml\fR supports the following options:
|
|||
|
.TP 5
|
|||
|
\fB\-D \fIname\fR[\fB=\fIvalue\fR]
|
|||
|
Sets the named variable for use in the source file.
|
|||
|
It is equivalent to using the \fI#define\fR directive in the source file.
|
|||
|
.TP 5
|
|||
|
\fB\-I \fIinclude-directory\fR
|
|||
|
Specifies an alternate include directory.
|
|||
|
Multiple \fI-I\fR options can be supplied to add additional directories.
|
|||
|
.SH NOTES
|
|||
|
PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
|
|||
|
Printers that do not support IPP can be supported using applications such as
|
|||
|
.BR ippeveprinter (1).
|
|||
|
.SH SEE ALSO
|
|||
|
.BR ppdc (1),
|
|||
|
.BR ppdcfile (5),
|
|||
|
.BR ppdi (1),
|
|||
|
.BR ppdmerge (1),
|
|||
|
.BR ppdpo (1),
|
|||
|
CUPS Online Help (http://localhost:631/help)
|
|||
|
.SH COPYRIGHT
|
|||
|
Copyright \[co] 2007-2019 by Apple Inc.
|