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