]> git.ipfire.org Git - thirdparty/cups.git/blame - man/ppdc.1
Changelog
[thirdparty/cups.git] / man / ppdc.1
CommitLineData
ac884b6a 1.\"
27e0d6f8 2.\" ppdc man page for CUPS.
ac884b6a 3.\"
87030afb
MS
4.\" Copyright © 2007-2019 by Apple Inc.
5.\" Copyright © 1997-2007 by Easy Software Products.
ac884b6a 6.\"
87030afb
MS
7.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
8.\" information.
ac884b6a 9.\"
87030afb 10.TH ppdc 1 "CUPS" "26 April 2019" "Apple Inc."
ac884b6a 11.SH NAME
b4a8492a 12ppdc \- cups ppd compiler (deprecated)
ac884b6a
MS
13.SH SYNOPSIS
14.B ppdc
27e0d6f8
MS
15[
16\fB\-D \fIname\fR[\fB=\fIvalue\fR]
17] [
18.B \-I
ac884b6a 19.I include-directory
27e0d6f8
MS
20] [
21.B \-c
ac884b6a 22.I message-catalog
27e0d6f8
MS
23] [
24.B \-d
ac884b6a 25.I output-directory
27e0d6f8
MS
26] [
27.B \-l
ac884b6a 28.I language(s)
27e0d6f8
MS
29] [
30.B \-m
31] [
32.B \-t
33] [
34.B \-v
35] [
36.B \-z
37] [
38.B \-\-cr
39] [
40.B \-\-crlf
41] [
42.B \-\-lf
43]
ac884b6a
MS
44.I source-file
45.SH DESCRIPTION
27e0d6f8
MS
46\fBppdc\fR compiles PPDC source files into one or more PPD files.
47\fBThis program is deprecated and will be removed in a future release of CUPS.\fR
53480915
MS
48.SH OPTIONS
49\fBppdc\fR supports the following options:
50.TP 5
51\fB\-D \fIname\fR[\fB=\fIvalue\fR]
52Sets the named variable for use in the source file.
27e0d6f8 53It is equivalent to using the \fI#define\fR directive in the source file.
53480915
MS
54.TP 5
55\fB\-I \fIinclude-directory\fR
56Specifies an alternate include directory.
57Multiple \fI-I\fR options can be supplied to add additional directories.
58.TP 5
59\fB\-c \fImessage-catalog\fR
60Specifies a single message catalog file in GNU gettext (filename.po) or Apple strings (filename.strings) format to be used for localization.
61.TP 5
62\fB\-d \fIoutput-directory\fR
63Specifies the output directory for PPD files.
64The default output directory is "ppd".
65.TP 5
66\fB\-l \fIlanguage(s)\fR
67Specifies one or more languages to use when localizing the PPD file(s).
68The default language is "en" (English).
69Separate multiple languages with commas, for example "de_DE,en_UK,es_ES,es_MX,es_US,fr_CA,fr_FR,it_IT" will create PPD files with German, UK English, Spanish (Spain, Mexico, and US), French (France and Canada), and Italian languages in each file.
70.TP 5
71.B \-m
72Specifies that the output filename should be based on the ModelName value instead of FileName or PCFilenName.
73.TP 5
74.B \-t
75Specifies that PPD files should be tested instead of generated.
76.TP 5
77.B \-v
78Specifies verbose output, basically a running status of which files are being loaded or written.
79.B \-z
80Generates compressed PPD files (filename.ppd.gz).
ac884b6a 81The default is to generate uncompressed PPD files.
53480915
MS
82.TP 5
83\fB\-\-cr\fR
84.TP 5
85\fB\-\-crlf\fR
86.TP 5
87\fB\-\-lf\fR
88Specifies the line ending to use - carriage return, carriage return and line feed, or line feed alone.
89The default is to use the line feed character alone.
87030afb
MS
90.SH NOTES
91PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
92Printers that do not support IPP can be supported using applications such as
93.BR ippeveprinter (1).
ac884b6a 94.SH SEE ALSO
53480915
MS
95.BR ppdhtml (1),
96.BR ppdi (1),
97.BR ppdmerge (1),
98.BR ppdpo (1),
99.BR ppdcfile (5),
100CUPS Online Help (http://localhost:631/help)
ac884b6a 101.SH COPYRIGHT
87030afb 102Copyright \[co] 2007-2019 by Apple Inc.