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