]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-ppdpo.html
Initial work on man page modernization (STR #4372)
[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
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>ppdpo</b>
14 [ -D
15 <i>name[=value]</i>
16 ] [ -I
17 <i>include-directory</i>
18 ] [ -o
19 <i>output-file</i>
20 ]
21 <i>source-file</i>
22 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
23 <i>ppdpo</i> extracts UI strings from PPDC source files and updates either
24 a GNU gettext or OS X strings format message catalog source file for
25 translation.
26 <p>The <i>-D</i> option sets the named variable for use in the
27 source file. It is equivalent to using the #define directive
28 in the source file.
29 <p>The <i>-I</i> option specifies an alternate include directory;
30 multiple <i>-I</i> options can be supplied to add additional
31 directories.
32 <p>The <i>-o</i> option specifies the output file. The supported extensions are
33 ".po" or ".po.gz" for GNU gettext format message catalogs and ".strings" for
34 OS X strings files.
35 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
36 ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5)
37 <br>
38 <a href="http://localhost:631/help">http://localhost:631/help</a>
39 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
40 Copyright 2007-2013 by Apple Inc.
41
42 </body>
43 </html>