]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdhtml.1
Update .gitignore to ignore compressed man pages.
[thirdparty/cups.git] / man / ppdhtml.1
1 .\"
2 .\" ppdhtml 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 ppdhtml 1 "CUPS" "26 April 2019" "Apple Inc."
11 .SH NAME
12 ppdhtml \- cups html summary generator (deprecated)
13 .SH SYNOPSIS
14 .B ppdhtml
15 [
16 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
17 ] [
18 .B \-I
19 .I include-directory
20 ]
21 .I source-file
22 .SH DESCRIPTION
23 \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.
24 \fBThis program is deprecated and will be removed in a future release of CUPS.\fR
25 .SH OPTIONS
26 \fBppdhtml\fR supports the following options:
27 .TP 5
28 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
29 Sets the named variable for use in the source file.
30 It is equivalent to using the \fI#define\fR directive in the source file.
31 .TP 5
32 \fB\-I \fIinclude-directory\fR
33 Specifies an alternate include directory.
34 Multiple \fI-I\fR options can be supplied to add additional directories.
35 .SH NOTES
36 PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
37 Printers that do not support IPP can be supported using applications such as
38 .BR ippeveprinter (1).
39 .SH SEE ALSO
40 .BR ppdc (1),
41 .BR ppdcfile (5),
42 .BR ppdi (1),
43 .BR ppdmerge (1),
44 .BR ppdpo (1),
45 CUPS Online Help (http://localhost:631/help)
46 .SH COPYRIGHT
47 Copyright \[co] 2007-2019 by Apple Inc.