]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/man-ppdc.html
Save work on man pages.
[thirdparty/cups.git] / doc / help / man-ppdc.html
index a47b0d3cb1d5fc6c8e6cfd81f45d6adfb8205404..92b9bf3f8a5d5bd546e762cce645261428418f87 100644 (file)
@@ -44,36 +44,48 @@ ppdc - cups ppd compiler
 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
 <b>ppdc</b> compiles PPDC source files into one or more PPD files.
 <b>This program is deprecated and will be removed in a future release of CUPS.</b>
-<p>The <i>-D</i> option sets the named variable for use in the source file.
+<h2 class="title"><a name="OPTIONS">Options</a></h2>
+<b>ppdc</b> supports the following options:
+<dl class="man">
+<dt><b>-D </b><i>name</i>[<b>=</b><i>value</i>]
+<dd style="margin-left: 5.0em">Sets the named variable for use in the source file.
 It is equivalent to using the <i>#define</i> directive in the source file.
-<p>The <i>-I</i> option specifies an alternate include directory; multiple <i>-I</i> options can be supplied to add additional directories.
-<p>The <i>-c</i> option specifies a single message catalog file in GNU
-gettext source format (filename.po) to be used for localization.
-<p>The <i>-d</i> option specifies the output directory for PPD
-files. The default output directory is "ppd".
-<p>The <i>-l</i> option specifies one or more languages to use when
-localizing the PPD file(s). The default language is "en"
-(English). 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.
-<p>The <i>-m</i> option specifies that the output filename should be
-based on the ModelName value instead of FileName or PCFilenName.
-<p>The <i>-t</i> option specifies that PPD files should be tested instead
-of generated.
-<p>The <i>-v</i> option provides more verbose output, basically a
-running status of which files are being loaded or written.
-<p>The <i>-z</i> option generates compressed PPD files (filename.ppd.gz).
+<dt><b>-I </b><i>include-directory</i>
+<dd style="margin-left: 5.0em">Specifies an alternate include directory.
+Multiple <i>-I</i> options can be supplied to add additional directories.
+<dt><b>-c </b><i>message-catalog</i>
+<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.
+<dt><b>-d </b><i>output-directory</i>
+<dd style="margin-left: 5.0em">Specifies the output directory for PPD files.
+The default output directory is "ppd".
+<dt><b>-l </b><i>language(s)</i>
+<dd style="margin-left: 5.0em">Specifies one or more languages to use when localizing the PPD file(s).
+The default language is "en" (English).
+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.
+<dt><b>-m</b>
+<dd style="margin-left: 5.0em">Specifies that the output filename should be based on the ModelName value instead of FileName or PCFilenName.
+<dt><b>-t</b>
+<dd style="margin-left: 5.0em">Specifies that PPD files should be tested instead of generated.
+<dt><b>-v</b>
+<dd style="margin-left: 5.0em">Specifies verbose output, basically a running status of which files are being loaded or written.
+<b>-z</b>
+Generates compressed PPD files (filename.ppd.gz).
 The default is to generate uncompressed PPD files.
-<p>The <i>--cr</i>, <i>--crlf</i>, and <i>--lf</i> options specify the
-line ending to use - carriage return, carriage return and line feed,
-or line feed. The default is to use the line feed character alone.
+<dt><b>--cr</b>
+<dd style="margin-left: 5.0em"><dt><b>--crlf</b>
+<dd style="margin-left: 5.0em"><dt><b>--lf</b>
+<dd style="margin-left: 5.0em">Specifies the line ending to use - carriage return, carriage return and line feed, or line feed alone.
+The default is to use the line feed character alone.
+</dl>
 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
-ppdhtml(1), ppdi(1), ppdmerge(1), ppdpo(1), ppdcfile(5)
-<br>
-<a href="http://localhost:631/help">http://localhost:631/help</a>
+<a href="man-ppdhtml.html?TOPIC=Man+Pages"><b>ppdhtml</b>(1),</a>
+<a href="man-ppdi.html?TOPIC=Man+Pages"><b>ppdi</b>(1),</a>
+<a href="man-ppdmerge.html?TOPIC=Man+Pages"><b>ppdmerge</b>(1),</a>
+<a href="man-ppdpo.html?TOPIC=Man+Pages"><b>ppdpo</b>(1),</a>
+<a href="man-ppdcfile.html?TOPIC=Man+Pages"><b>ppdcfile</b>(5),</a>
+CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright 2007-2013 by Apple Inc.
+Copyright &copy; 2007-2014 by Apple Inc.
 
 </body>
 </html>