]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - man/ppdpo.man
Save work on man pages.
[thirdparty/cups.git] / man / ppdpo.man
... / ...
CommitLineData
1.\"
2.\" "$Id$"
3.\"
4.\" ppdpo man page for CUPS.
5.\"
6.\" Copyright 2007-2013 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 "CUPS" "23 April 2012" "Apple Inc."
16.SH NAME
17ppdpo \- 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
30a GNU gettext or OS X strings format message catalog source file for
31translation.
32.PP
33The \fI-D\fR option sets the named variable for use in the
34source file. It is equivalent to using the #define directive
35in the source file.
36.PP
37The \fI-I\fR option specifies an alternate include directory;
38multiple \fI-I\fR options can be supplied to add additional
39directories.
40.PP
41The \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
43OS X strings files.
44.SH SEE ALSO
45ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5)
46.br
47http://localhost:631/help
48.SH COPYRIGHT
49Copyright 2007-2013 by Apple Inc.
50.\"
51.\" End of "$Id$".
52.\"