]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-ppdc.html
Initial work on man page modernization (STR #4372)
[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>
11ppdc - cups ppd compiler
12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
c277f98c
MS
13<b>ppdc</b>
14[ -D
15<i>name[=value]</i>
16] [ -I
17<i>include-directory</i>
18] [ -c
19<i>message-catalog</i>
20] [ -d
21<i>output-directory</i>
22] [ -l
23<i>language(s)</i>
24] [-m] [-t] [ -v ] [ -z ] [ --cr ] [ --crlf ] [ --lf ]
25<i>source-file</i>
26<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
94436c5a
MS
27<i>ppdc</i> compiles PPDC source files into one or more PPD
28files. <b>This program is deprecated and will be removed in a future release of
29CUPS.</b>
30<p>The <i>-D</i> option sets the named variable for use in the
31source file. It is equivalent to using the #define directive
32in the source file.
33<p>The <i>-I</i> option specifies an alternate include directory;
34multiple <i>-I</i> options can be supplied to add additional
35directories.
36<p>The <i>-c</i> option specifies a single message catalog file in GNU
37gettext source format (filename.po) to be used for localization.
38<p>The <i>-d</i> option specifies the output directory for PPD
39files. The default output directory is "ppd".
40<p>The <i>-l</i> option specifies one or more languages to use when
41localizing the PPD file(s). The default language is "en"
42(English). Separate multiple languages with commas, for example
43"de_DE,en_UK,es_ES,es_MX,es_US,fr_CA,fr_FR,it_IT" will create PPD
44files with German, UK English, Spanish (Spain, Mexico, and US),
45French (France and Canada), and Italian languages in each file.
46<p>The <i>-m</i> option specifies that the output filename should be
47based on the ModelName value instead of FileName or PCFilenName.
48<p>The <i>-t</i> option specifies that PPD files should be tested instead
49of generated.
50<p>The <i>-v</i> option provides more verbose output, basically a
51running status of which files are being loaded or written.
52<p>The <i>-z</i> option generates compressed PPD files (filename.ppd.gz).
53The default is to generate uncompressed PPD files.
54<p>The <i>--cr</i>, <i>--crlf</i>, and <i>--lf</i> options specify the
55line ending to use - carriage return, carriage return and line feed,
56or line feed. The default is to use the line feed character alone.
57<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
58ppdhtml(1), ppdi(1), ppdmerge(1), ppdpo(1), ppdcfile(5)
59<br>
c277f98c 60<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
61<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
62Copyright 2007-2013 by Apple Inc.
63
64</body>
65</html>