]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-ppdpo.html
Merge pull request #1310 from weblate/weblate-cups-cups
[thirdparty/cups.git] / doc / help / man-ppdpo.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="creator" content="mantohtml v2.0.2">
5 <title>ppdpo(1)</title>
6 </head>
7 <body>
8 <h1 id="ppdpo-1">ppdpo(1)</h1>
9 <h2 id="ppdpo-1.name">Name</h2>
10 <p>ppdpo - ppd message catalog generator (deprecated)
11 </p>
12 <h2 id="ppdpo-1.synopsis">Synopsis</h2>
13 <p><strong>ppdpo</strong>
14 [
15 <strong>-D </strong><em>name</em>[<strong>=</strong><em>value</em>]
16 ] [
17 <strong>-I</strong>
18 <em>include-directory</em>
19 ] [
20 <strong>-o</strong>
21 <em>output-file</em>
22 ]
23 <em>source-file</em>
24 </p>
25 <h2 id="ppdpo-1.description">Description</h2>
26 <p><strong>ppdpo</strong> extracts UI strings from PPDC source files and updates either a GNU gettext or macOS strings format message catalog source file for translation.
27 <strong>This program is deprecated and will be removed in a future release of CUPS.</strong>
28 </p>
29 <h2 id="ppdpo-1.options">Options</h2>
30 <p><strong>ppdpo</strong> supports the following options:
31 </p>
32 <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-D </strong><em>name</em>[<strong>=</strong><em>value</em>]<br>
33 Sets the named variable for use in the source file.
34 It is equivalent to using the <em>#define</em> directive in the source file.
35 </p>
36 <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-I </strong><em>include-directory</em><br>
37 Specifies an alternate include directory.
38 Multiple <em>-I</em> options can be supplied to add additional directories.
39 </p>
40 <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-o </strong><em>output-file</em><br>
41 Specifies the output file.
42 The supported extensions are <em>.po</em> or <em>.po.gz</em> for GNU gettext format message catalogs and <em>.strings</em> for macOS strings files.
43 </p>
44 <h2 id="ppdpo-1.notes">Notes</h2>
45 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
46 Printers that do not support IPP can be supported using applications such as
47 <a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
48
49 </p>
50 <h2 id="ppdpo-1.see-also">See Also</h2>
51 <a href="ppdc.html"><p><strong>ppdc</strong>(1),</a>
52
53 <a href="ppdhtml.html"><strong>ppdhtml</strong>(1),</a>
54
55 <a href="ppdi.html"><strong>ppdi</strong>(1),</a>
56
57 <a href="ppdmerge.html"><strong>ppdmerge</strong>(1),</a>
58
59 <strong>ppdcfile(5),</strong>
60
61 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
62 </p>
63 <h2 id="ppdpo-1.copyright">Copyright</h2>
64 <p>Copyright &copy; 2020-2024 by OpenPrinting.
65 </body>
66 </html>