]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdc.man
c59c3e940b8c19c0cacc45b76fcdc3b56ae879fe
[thirdparty/cups.git] / man / ppdc.man
1 .\"
2 .\" ppdc man page for CUPS.
3 .\"
4 .\" Copyright 2007-2014 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 information.
8 .\"
9 .TH ppdc 1 "CUPS" "12 June 2014" "Apple Inc."
10 .SH NAME
11 ppdc \- cups ppd compiler (deprecated)
12 .SH SYNOPSIS
13 .B ppdc
14 [
15 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
16 ] [
17 .B \-I
18 .I include-directory
19 ] [
20 .B \-c
21 .I message-catalog
22 ] [
23 .B \-d
24 .I output-directory
25 ] [
26 .B \-l
27 .I language(s)
28 ] [
29 .B \-m
30 ] [
31 .B \-t
32 ] [
33 .B \-v
34 ] [
35 .B \-z
36 ] [
37 .B \-\-cr
38 ] [
39 .B \-\-crlf
40 ] [
41 .B \-\-lf
42 ]
43 .I source-file
44 .SH DESCRIPTION
45 \fBppdc\fR compiles PPDC source files into one or more PPD files.
46 \fBThis program is deprecated and will be removed in a future release of CUPS.\fR
47 .SH OPTIONS
48 \fBppdc\fR supports the following options:
49 .TP 5
50 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
51 Sets the named variable for use in the source file.
52 It is equivalent to using the \fI#define\fR directive in the source file.
53 .TP 5
54 \fB\-I \fIinclude-directory\fR
55 Specifies an alternate include directory.
56 Multiple \fI-I\fR options can be supplied to add additional directories.
57 .TP 5
58 \fB\-c \fImessage-catalog\fR
59 Specifies a single message catalog file in GNU gettext (filename.po) or Apple strings (filename.strings) format to be used for localization.
60 .TP 5
61 \fB\-d \fIoutput-directory\fR
62 Specifies the output directory for PPD files.
63 The default output directory is "ppd".
64 .TP 5
65 \fB\-l \fIlanguage(s)\fR
66 Specifies one or more languages to use when localizing the PPD file(s).
67 The default language is "en" (English).
68 Separate 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.
69 .TP 5
70 .B \-m
71 Specifies that the output filename should be based on the ModelName value instead of FileName or PCFilenName.
72 .TP 5
73 .B \-t
74 Specifies that PPD files should be tested instead of generated.
75 .TP 5
76 .B \-v
77 Specifies verbose output, basically a running status of which files are being loaded or written.
78 .B \-z
79 Generates compressed PPD files (filename.ppd.gz).
80 The default is to generate uncompressed PPD files.
81 .TP 5
82 \fB\-\-cr\fR
83 .TP 5
84 \fB\-\-crlf\fR
85 .TP 5
86 \fB\-\-lf\fR
87 Specifies the line ending to use - carriage return, carriage return and line feed, or line feed alone.
88 The default is to use the line feed character alone.
89 .SH SEE ALSO
90 .BR ppdhtml (1),
91 .BR ppdi (1),
92 .BR ppdmerge (1),
93 .BR ppdpo (1),
94 .BR ppdcfile (5),
95 CUPS Online Help (http://localhost:631/help)
96 .SH COPYRIGHT
97 Copyright \[co] 2007-2018 by Apple Inc.