]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdpo.man
Final man page changes for STR #4372 and STR #4329.
[thirdparty/cups.git] / man / ppdpo.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" ppdpo man page for CUPS.
5 .\"
6 .\" Copyright 2007-2014 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" "12 June 2014" "Apple Inc."
16 .SH NAME
17 ppdpo \- ppd message catalog generator (deprecated)
18 .SH SYNOPSIS
19 .B ppdpo
20 [
21 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
22 ] [
23 .B \-I
24 .I include-directory
25 ] [
26 .B \-o
27 .I output-file
28 ]
29 .I source-file
30 .SH DESCRIPTION
31 \fBppdpo\fR extracts UI strings from PPDC source files and updates either a GNU gettext or OS X strings format message catalog source file for translation.
32 \fBThis program is deprecated and will be removed in a future release of CUPS.\fR
33 .SH OPTIONS
34 \fBppdpo\fR supports the following options:
35 .TP 5
36 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
37 Sets the named variable for use in the source file.
38 It is equivalent to using the \fI#define\fR directive in the source file.
39 .TP 5
40 \fB\-I \fIinclude-directory\fR
41 Specifies an alternate include directory.
42 Multiple \fI-I\fR options can be supplied to add additional directories.
43 .TP 5
44 \fB\-o \fIoutput-file\fR
45 Specifies the output file.
46 The supported extensions are \fI.po\fR or \fI.po.gz\fR for GNU gettext format message catalogs and \fI.strings\fR for OS X strings files.
47 .SH SEE ALSO
48 .BR ppdc (1),
49 .BR ppdhtml (1),
50 .BR ppdi (1),
51 .BR ppdmerge (1),
52 .BR ppdcfile(5),
53 CUPS Online Help (http://localhost:631/help)
54 .SH COPYRIGHT
55 Copyright \[co] 2007-2014 by Apple Inc.
56 .\"
57 .\" End of "$Id$".
58 .\"