]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdpo.man
Update .gitignore to ignore compressed man pages.
[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 .\" Licensed under Apache License v2.0. See the file "LICENSE" for more information.
8 .\"
9 .TH ppdpo 1 "CUPS" "12 June 2014" "Apple Inc."
10 .SH NAME
11 ppdpo \- ppd message catalog generator (deprecated)
12 .SH SYNOPSIS
13 .B ppdpo
14 [
15 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
16 ] [
17 .B \-I
18 .I include-directory
19 ] [
20 .B \-o
21 .I output-file
22 ]
23 .I source-file
24 .SH DESCRIPTION
25 \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.
26 \fBThis program is deprecated and will be removed in a future release of CUPS.\fR
27 .SH OPTIONS
28 \fBppdpo\fR supports the following options:
29 .TP 5
30 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
31 Sets the named variable for use in the source file.
32 It is equivalent to using the \fI#define\fR directive in the source file.
33 .TP 5
34 \fB\-I \fIinclude-directory\fR
35 Specifies an alternate include directory.
36 Multiple \fI-I\fR options can be supplied to add additional directories.
37 .TP 5
38 \fB\-o \fIoutput-file\fR
39 Specifies the output file.
40 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.
41 .SH SEE ALSO
42 .BR ppdc (1),
43 .BR ppdhtml (1),
44 .BR ppdi (1),
45 .BR ppdmerge (1),
46 .BR ppdcfile(5),
47 CUPS Online Help (http://localhost:631/help)
48 .SH COPYRIGHT
49 Copyright \[co] 2007-2018 by Apple Inc.