]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdpo.man
Update all references to OS X to macOS.
[thirdparty/cups.git] / man / ppdpo.man
1 .\"
2 .\" ppdpo man page for CUPS.
3 .\"
4 .\" Copyright 2007-2014 by Apple Inc.
5 .\" Copyright 1997-2007 by Easy Software Products.
6 .\"
7 .\" These coded instructions, statements, and computer programs are the
8 .\" property of Apple Inc. and are protected by Federal copyright
9 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
10 .\" which should have been included with this file. If this file is
11 .\" file is missing or damaged, see the license at "http://www.cups.org/".
12 .\"
13 .TH ppdpo 1 "CUPS" "12 June 2014" "Apple Inc."
14 .SH NAME
15 ppdpo \- ppd message catalog generator (deprecated)
16 .SH SYNOPSIS
17 .B ppdpo
18 [
19 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
20 ] [
21 .B \-I
22 .I include-directory
23 ] [
24 .B \-o
25 .I output-file
26 ]
27 .I source-file
28 .SH DESCRIPTION
29 \fBppdpo\fR extracts UI strings from PPDC source files and updates either a GNU gettext or macOS strings format message catalog source file for translation.
30 \fBThis program is deprecated and will be removed in a future release of CUPS.\fR
31 .SH OPTIONS
32 \fBppdpo\fR supports the following options:
33 .TP 5
34 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
35 Sets the named variable for use in the source file.
36 It is equivalent to using the \fI#define\fR directive in the source file.
37 .TP 5
38 \fB\-I \fIinclude-directory\fR
39 Specifies an alternate include directory.
40 Multiple \fI-I\fR options can be supplied to add additional directories.
41 .TP 5
42 \fB\-o \fIoutput-file\fR
43 Specifies the output file.
44 The supported extensions are \fI.po\fR or \fI.po.gz\fR for GNU gettext format message catalogs and \fI.strings\fR for macOS strings files.
45 .SH SEE ALSO
46 .BR ppdc (1),
47 .BR ppdhtml (1),
48 .BR ppdi (1),
49 .BR ppdmerge (1),
50 .BR ppdcfile(5),
51 CUPS Online Help (http://localhost:631/help)
52 .SH COPYRIGHT
53 Copyright \[co] 2007-2016 by Apple Inc.