]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-ppdpo.html
0345637751823aed024d3f9913c2e7bc0ed44c16
[thirdparty/cups.git] / doc / help / man-ppdpo.html
1 <!DOCTYPE HTML>
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>ppdpo(1)</title>
7 </head>
8 <body>
9 <h1 class="title">ppdpo(1)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 ppdpo - ppd message catalog generator (deprecated)
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>ppdpo</b>
14 [
15 <b>-D </b><i>name</i>[<b>=</b><i>value</i>]
16 ] [
17 <b>-I</b>
18 <i>include-directory</i>
19 ] [
20 <b>-o</b>
21 <i>output-file</i>
22 ]
23 <i>source-file</i>
24 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
25 <b>ppdpo</b> extracts UI strings from PPDC source files and updates either a GNU gettext or macOS strings format message catalog source file for translation.
26 <b>This program is deprecated and will be removed in a future release of CUPS.</b>
27 <h2 class="title"><a name="OPTIONS">Options</a></h2>
28 <b>ppdpo</b> supports the following options:
29 <dl class="man">
30 <dt><b>-D </b><i>name</i>[<b>=</b><i>value</i>]
31 <dd style="margin-left: 5.0em">Sets the named variable for use in the source file.
32 It is equivalent to using the <i>#define</i> directive in the source file.
33 <dt><b>-I </b><i>include-directory</i>
34 <dd style="margin-left: 5.0em">Specifies an alternate include directory.
35 Multiple <i>-I</i> options can be supplied to add additional directories.
36 <dt><b>-o </b><i>output-file</i>
37 <dd style="margin-left: 5.0em">Specifies the output file.
38 The supported extensions are <i>.po</i> or <i>.po.gz</i> for GNU gettext format message catalogs and <i>.strings</i> for macOS strings files.
39 </dl>
40 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
41 <a href="man-ppdc.html?TOPIC=Man+Pages"><b>ppdc</b>(1),</a>
42 <a href="man-ppdhtml.html?TOPIC=Man+Pages"><b>ppdhtml</b>(1),</a>
43 <a href="man-ppdi.html?TOPIC=Man+Pages"><b>ppdi</b>(1),</a>
44 <a href="man-ppdmerge.html?TOPIC=Man+Pages"><b>ppdmerge</b>(1),</a>
45 <b>ppdcfile(5),</b>
46 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
47 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
48 Copyright &copy; 2007-2018 by Apple Inc.
49
50 </body>
51 </html>