]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdpo.man
Merge changes from CUPS 1.4svn-r8227.
[thirdparty/cups.git] / man / ppdpo.man
1 .\"
2 .\" "$Id: ppdpo.man 7600 2008-05-20 21:06:23Z mike $"
3 .\"
4 .\" ppdpo man page for the Common UNIX Printing System.
5 .\"
6 .\" Copyright 2007-2009 by Apple Inc.
7 .\" Copyright 1997-2007 by Easy Software Products.
8 .\"
9 .\" These coded instructions, statements, and computer programs are the
10 .\" property of Apple Inc. and are protected by Federal copyright
11 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 .\" which should have been included with this file. If this file is
13 .\" file is missing or damaged, see the license at "http://www.cups.org/".
14 .\"
15 .TH ppdpo 1 "Common UNIX Printing System" "10 October 2008" "Apple Inc."
16 .SH NAME
17 ppdpo \- ppd message catalog generator
18 .SH SYNOPSIS
19 .B ppdpo
20 [ -D
21 .I name[=value]
22 ] [ -I
23 .I include-directory
24 ] [ -o
25 .I output-file
26 ]
27 .I source-file
28 .SH DESCRIPTION
29 \fIppdpo\fR extracts UI strings from PPDC source files and updates either
30 a GNU gettext or Mac OS X strings format message catalog source file for
31 translation.
32 .PP
33 The \fI-D\fR option sets the named variable for use in the
34 source file. It is equivalent to using the #define directive
35 in the source file.
36 .PP
37 The \fI-I\fR option specifies an alternate include directory;
38 multiple \fI-I\fR options can be supplied to add additional
39 directories.
40 .PP
41 The \fI-o\fR option specifies the output file. The supported extensions are
42 ".po" or ".po.gz" for GNU gettext format message catalogs and ".strings" for
43 Mac OS X strings files.
44 .SH SEE ALSO
45 ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5)
46 .br
47 http://localhost:631/help
48 .SH COPYRIGHT
49 Copyright 2007-2009 by Apple Inc.
50 .\"
51 .\" End of "$Id: ppdpo.man 7600 2008-05-20 21:06:23Z mike $".
52 .\"