Blame man/ppdc.man

Packit 2fc92b
.\"
Packit 2fc92b
.\" ppdc man page for CUPS.
Packit 2fc92b
.\"
Packit 2fc92b
.\" Copyright 2007-2014 by Apple Inc.
Packit 2fc92b
.\" Copyright 1997-2007 by Easy Software Products.
Packit 2fc92b
.\"
Packit 2fc92b
.\" These coded instructions, statements, and computer programs are the
Packit 2fc92b
.\" property of Apple Inc. and are protected by Federal copyright
Packit 2fc92b
.\" law.  Distribution and use rights are outlined in the file "LICENSE.txt"
Packit 2fc92b
.\" which should have been included with this file.  If this file is
Packit 2fc92b
.\" file is missing or damaged, see the license at "http://www.cups.org/".
Packit 2fc92b
.\"
Packit 2fc92b
.TH ppdc 1 "CUPS" "12 June 2014" "Apple Inc."
Packit 2fc92b
.SH NAME
Packit 2fc92b
ppdc \- cups ppd compiler (deprecated)
Packit 2fc92b
.SH SYNOPSIS
Packit 2fc92b
.B ppdc
Packit 2fc92b
[
Packit 2fc92b
\fB\-D \fIname\fR[\fB=\fIvalue\fR]
Packit 2fc92b
] [
Packit 2fc92b
.B \-I
Packit 2fc92b
.I include-directory
Packit 2fc92b
] [
Packit 2fc92b
.B \-c
Packit 2fc92b
.I message-catalog
Packit 2fc92b
] [
Packit 2fc92b
.B \-d
Packit 2fc92b
.I output-directory
Packit 2fc92b
] [
Packit 2fc92b
.B \-l
Packit 2fc92b
.I language(s)
Packit 2fc92b
] [
Packit 2fc92b
.B \-m
Packit 2fc92b
] [
Packit 2fc92b
.B \-t
Packit 2fc92b
] [
Packit 2fc92b
.B \-v
Packit 2fc92b
] [
Packit 2fc92b
.B \-z
Packit 2fc92b
] [
Packit 2fc92b
.B \-\-cr
Packit 2fc92b
] [
Packit 2fc92b
.B \-\-crlf
Packit 2fc92b
] [
Packit 2fc92b
.B \-\-lf
Packit 2fc92b
]
Packit 2fc92b
.I source-file
Packit 2fc92b
.SH DESCRIPTION
Packit 2fc92b
\fBppdc\fR compiles PPDC source files into one or more PPD files.
Packit 2fc92b
\fBThis program is deprecated and will be removed in a future release of CUPS.\fR
Packit 2fc92b
.SH OPTIONS
Packit 2fc92b
\fBppdc\fR supports the following options:
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-D \fIname\fR[\fB=\fIvalue\fR]
Packit 2fc92b
Sets the named variable for use in the source file.
Packit 2fc92b
It is equivalent to using the \fI#define\fR directive in the source file.
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-I \fIinclude-directory\fR
Packit 2fc92b
Specifies an alternate include directory.
Packit 2fc92b
Multiple \fI-I\fR options can be supplied to add additional directories.
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-c \fImessage-catalog\fR
Packit 2fc92b
Specifies a single message catalog file in GNU gettext (filename.po) or Apple strings (filename.strings) format to be used for localization.
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-d \fIoutput-directory\fR
Packit 2fc92b
Specifies the output directory for PPD files.
Packit 2fc92b
The default output directory is "ppd".
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-l \fIlanguage(s)\fR
Packit 2fc92b
Specifies one or more languages to use when localizing the PPD file(s).
Packit 2fc92b
The default language is "en" (English).
Packit 2fc92b
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.
Packit 2fc92b
.TP 5
Packit 2fc92b
.B \-m
Packit 2fc92b
Specifies that the output filename should be based on the ModelName value instead of FileName or PCFilenName.
Packit 2fc92b
.TP 5
Packit 2fc92b
.B \-t
Packit 2fc92b
Specifies that PPD files should be tested instead of generated.
Packit 2fc92b
.TP 5
Packit 2fc92b
.B \-v
Packit 2fc92b
Specifies verbose output, basically a running status of which files are being loaded or written.
Packit 2fc92b
.B \-z
Packit 2fc92b
Generates compressed PPD files (filename.ppd.gz).
Packit 2fc92b
The default is to generate uncompressed PPD files.
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-\-cr\fR
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-\-crlf\fR
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-\-lf\fR
Packit 2fc92b
Specifies the line ending to use - carriage return, carriage return and line feed, or line feed alone.
Packit 2fc92b
The default is to use the line feed character alone.
Packit 2fc92b
.SH SEE ALSO
Packit 2fc92b
.BR ppdhtml (1),
Packit 2fc92b
.BR ppdi (1),
Packit 2fc92b
.BR ppdmerge (1),
Packit 2fc92b
.BR ppdpo (1),
Packit 2fc92b
.BR ppdcfile (5),
Packit 2fc92b
CUPS Online Help (http://localhost:631/help)
Packit 2fc92b
.SH COPYRIGHT
Packit 2fc92b
Copyright \[co] 2007-2017 by Apple Inc.