Blame man/ppdpo.man

Packit 2fc92b
.\"
Packit 2fc92b
.\" ppdpo man page for CUPS.
Packit 2fc92b
.\"
Packit 2fc92b
.\" Copyright 2007-2014 by Apple Inc.
Packit 2fc92b
.\" Copyright 1997-2007 by Easy Software Products.
Packit 2fc92b
.\"
Packit 2fc92b
.\" These coded instructions, statements, and computer programs are the
Packit 2fc92b
.\" property of Apple Inc. and are protected by Federal copyright
Packit 2fc92b
.\" law.  Distribution and use rights are outlined in the file "LICENSE.txt"
Packit 2fc92b
.\" which should have been included with this file.  If this file is
Packit 2fc92b
.\" file is missing or damaged, see the license at "http://www.cups.org/".
Packit 2fc92b
.\"
Packit 2fc92b
.TH ppdpo 1 "CUPS" "12 June 2014" "Apple Inc."
Packit 2fc92b
.SH NAME
Packit 2fc92b
ppdpo \- ppd message catalog generator (deprecated)
Packit 2fc92b
.SH SYNOPSIS
Packit 2fc92b
.B ppdpo
Packit 2fc92b
[
Packit 2fc92b
\fB\-D \fIname\fR[\fB=\fIvalue\fR]
Packit 2fc92b
] [
Packit 2fc92b
.B \-I
Packit 2fc92b
.I include-directory
Packit 2fc92b
] [
Packit 2fc92b
.B \-o
Packit 2fc92b
.I output-file
Packit 2fc92b
]
Packit 2fc92b
.I source-file
Packit 2fc92b
.SH DESCRIPTION
Packit 2fc92b
\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.
Packit 2fc92b
\fBThis program is deprecated and will be removed in a future release of CUPS.\fR
Packit 2fc92b
.SH OPTIONS
Packit 2fc92b
\fBppdpo\fR supports the following options:
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-D \fIname\fR[\fB=\fIvalue\fR]
Packit 2fc92b
Sets the named variable for use in the source file.
Packit 2fc92b
It is equivalent to using the \fI#define\fR directive in the source file.
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-I \fIinclude-directory\fR
Packit 2fc92b
Specifies an alternate include directory.
Packit 2fc92b
Multiple \fI-I\fR options can be supplied to add additional directories.
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB\-o \fIoutput-file\fR
Packit 2fc92b
Specifies the output file.
Packit 2fc92b
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.
Packit 2fc92b
.SH SEE ALSO
Packit 2fc92b
.BR ppdc (1),
Packit 2fc92b
.BR ppdhtml (1),
Packit 2fc92b
.BR ppdi (1),
Packit 2fc92b
.BR ppdmerge (1),
Packit 2fc92b
.BR ppdcfile(5),
Packit 2fc92b
CUPS Online Help (http://localhost:631/help)
Packit 2fc92b
.SH COPYRIGHT
Packit 2fc92b
Copyright \[co] 2007-2017 by Apple Inc.