]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/ppdpo.man
Save work on man pages.
[thirdparty/cups.git] / man / ppdpo.man
index b5b43ebbefbeec1b1a7eb8d642748b7a6c5aab08..8226e64193ec9e5c66b58457fd4ef2a4ad0da5c2 100644 (file)
@@ -1,9 +1,9 @@
 .\"
-.\" "$Id: ppdpo.man 343 2007-07-13 19:52:48Z mike $"
+.\" "$Id$"
 .\"
-.\"   ppdpo man page for the CUPS Driver Development Kit.
+.\"   ppdpo man page for CUPS.
 .\"
-.\"   Copyright 2007 by Apple Inc.
+.\"   Copyright 2007-2013 by Apple Inc.
 .\"   Copyright 1997-2007 by Easy Software Products.
 .\"
 .\"   These coded instructions, statements, and computer programs are the
 .\"   which should have been included with this file.  If this file is
 .\"   file is missing or damaged, see the license at "http://www.cups.org/".
 .\"
-.TH ppdpo 1 "CUPS Driver Development Kit" "14 February 2007" "Apple Inc."
+.TH ppdpo 1 "CUPS" "23 April 2012" "Apple Inc."
 .SH NAME
-ppdpo \- cups message catalog generator
+ppdpo \- ppd message catalog generator
 .SH SYNOPSIS
 .B ppdpo
-[ \-I
+[ -D
+.I name[=value]
+] [ -I
 .I include-directory
-] [ \-o
+] [ -o
 .I output-file
 ]
 .I source-file
 .SH DESCRIPTION
-\fIppdpo\fR extracts UI strings from PPDC source files and writes them in
-a GNU gettext format message catalog source file for translation.
+\fIppdpo\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.
+.PP
+The \fI-D\fR option sets the named variable for use in the
+source file. It is equivalent to using the #define directive
+in the source file.
 .PP
 The \fI-I\fR option specifies an alternate include directory;
 multiple \fI-I\fR options can be supplied to add additional
 directories.
 .PP
-The \fI-o\fR option specifies the output file.
+The \fI-o\fR option specifies the output file. The supported extensions are
+".po" or ".po.gz" for GNU gettext format message catalogs and ".strings" for
+OS X strings files.
 .SH SEE ALSO
-cupsprofile(1), ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5), CUPS Driver Developer Kit Manual.
+ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5)
+.br
+http://localhost:631/help
 .SH COPYRIGHT
-Copyright 2007 by Apple Inc.
+Copyright 2007-2013 by Apple Inc.
 .\"
-.\" End of "$Id: ppdpo.man 343 2007-07-13 19:52:48Z mike $".
+.\" End of "$Id$".
 .\"