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