]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-ppdc.html
Update ippfind to support -N/--literal-name.
[thirdparty/cups.git] / doc / help / man-ppdc.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
2<html>
3<!-- SECTION: Man Pages -->
4<head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>ppdc(1)</title>
7</head>
8<body>
9<h1 class="title">ppdc(1)</h1>
10<h2 class="title"><a name="NAME">Name</a></h2>
b4a8492a 11ppdc - cups ppd compiler (deprecated)
94436c5a 12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
c277f98c 13<b>ppdc</b>
27e0d6f8
MS
14[
15<b>-D </b><i>name</i>[<b>=</b><i>value</i>]
16] [
17<b>-I</b>
c277f98c 18<i>include-directory</i>
27e0d6f8
MS
19] [
20<b>-c</b>
c277f98c 21<i>message-catalog</i>
27e0d6f8
MS
22] [
23<b>-d</b>
c277f98c 24<i>output-directory</i>
27e0d6f8
MS
25] [
26<b>-l</b>
c277f98c 27<i>language(s)</i>
27e0d6f8
MS
28] [
29<b>-m</b>
30] [
31<b>-t</b>
32] [
33<b>-v</b>
34] [
35<b>-z</b>
36] [
37<b>--cr</b>
38] [
39<b>--crlf</b>
40] [
41<b>--lf</b>
42]
c277f98c
MS
43<i>source-file</i>
44<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
27e0d6f8
MS
45<b>ppdc</b> compiles PPDC source files into one or more PPD files.
46<b>This program is deprecated and will be removed in a future release of CUPS.</b>
53480915
MS
47<h2 class="title"><a name="OPTIONS">Options</a></h2>
48<b>ppdc</b> supports the following options:
49<dl class="man">
50<dt><b>-D </b><i>name</i>[<b>=</b><i>value</i>]
51<dd style="margin-left: 5.0em">Sets the named variable for use in the source file.
27e0d6f8 52It is equivalent to using the <i>#define</i> directive in the source file.
53480915
MS
53<dt><b>-I </b><i>include-directory</i>
54<dd style="margin-left: 5.0em">Specifies an alternate include directory.
55Multiple <i>-I</i> options can be supplied to add additional directories.
56<dt><b>-c </b><i>message-catalog</i>
57<dd style="margin-left: 5.0em">Specifies a single message catalog file in GNU gettext (filename.po) or Apple strings (filename.strings) format to be used for localization.
58<dt><b>-d </b><i>output-directory</i>
59<dd style="margin-left: 5.0em">Specifies the output directory for PPD files.
60The default output directory is "ppd".
61<dt><b>-l </b><i>language(s)</i>
62<dd style="margin-left: 5.0em">Specifies one or more languages to use when localizing the PPD file(s).
63The default language is "en" (English).
64Separate 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.
65<dt><b>-m</b>
66<dd style="margin-left: 5.0em">Specifies that the output filename should be based on the ModelName value instead of FileName or PCFilenName.
67<dt><b>-t</b>
68<dd style="margin-left: 5.0em">Specifies that PPD files should be tested instead of generated.
69<dt><b>-v</b>
70<dd style="margin-left: 5.0em">Specifies verbose output, basically a running status of which files are being loaded or written.
71<b>-z</b>
72Generates compressed PPD files (filename.ppd.gz).
94436c5a 73The default is to generate uncompressed PPD files.
53480915
MS
74<dt><b>--cr</b>
75<dd style="margin-left: 5.0em"><dt><b>--crlf</b>
76<dd style="margin-left: 5.0em"><dt><b>--lf</b>
77<dd style="margin-left: 5.0em">Specifies the line ending to use - carriage return, carriage return and line feed, or line feed alone.
78The default is to use the line feed character alone.
79</dl>
94436c5a 80<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
53480915
MS
81<a href="man-ppdhtml.html?TOPIC=Man+Pages"><b>ppdhtml</b>(1),</a>
82<a href="man-ppdi.html?TOPIC=Man+Pages"><b>ppdi</b>(1),</a>
83<a href="man-ppdmerge.html?TOPIC=Man+Pages"><b>ppdmerge</b>(1),</a>
84<a href="man-ppdpo.html?TOPIC=Man+Pages"><b>ppdpo</b>(1),</a>
85<a href="man-ppdcfile.html?TOPIC=Man+Pages"><b>ppdcfile</b>(5),</a>
86CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
94436c5a 87<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
afad2da2 88Copyright &copy; 2007-2018 by Apple Inc.
94436c5a
MS
89
90</body>
91</html>