]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdpo.1
Greatly simplify the man page handling.
[thirdparty/cups.git] / man / ppdpo.1
1 .\"
2 .\" ppdpo man page for CUPS.
3 .\"
4 .\" Copyright © 2007-2019 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
8 .\" information.
9 .\"
10 .TH ppdpo 1 "CUPS" "26 April 2019" "Apple Inc."
11 .SH NAME
12 ppdpo \- ppd message catalog generator (deprecated)
13 .SH SYNOPSIS
14 .B ppdpo
15 [
16 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
17 ] [
18 .B \-I
19 .I include-directory
20 ] [
21 .B \-o
22 .I output-file
23 ]
24 .I source-file
25 .SH DESCRIPTION
26 \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.
27 \fBThis program is deprecated and will be removed in a future release of CUPS.\fR
28 .SH OPTIONS
29 \fBppdpo\fR supports the following options:
30 .TP 5
31 \fB\-D \fIname\fR[\fB=\fIvalue\fR]
32 Sets the named variable for use in the source file.
33 It is equivalent to using the \fI#define\fR directive in the source file.
34 .TP 5
35 \fB\-I \fIinclude-directory\fR
36 Specifies an alternate include directory.
37 Multiple \fI-I\fR options can be supplied to add additional directories.
38 .TP 5
39 \fB\-o \fIoutput-file\fR
40 Specifies the output file.
41 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.
42 .SH NOTES
43 PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
44 Printers that do not support IPP can be supported using applications such as
45 .BR ippeveprinter (1).
46 .SH SEE ALSO
47 .BR ppdc (1),
48 .BR ppdhtml (1),
49 .BR ppdi (1),
50 .BR ppdmerge (1),
51 .BR ppdcfile(5),
52 CUPS Online Help (http://localhost:631/help)
53 .SH COPYRIGHT
54 Copyright \[co] 2007-2019 by Apple Inc.