]> git.ipfire.org Git - thirdparty/cups.git/blob - man/ppdc.man
Merge CUPS 1.4svn-r7319.
[thirdparty/cups.git] / man / ppdc.man
1 .\"
2 .\" "$Id: ppdc.man 343 2007-07-13 19:52:48Z mike $"
3 .\"
4 .\" ppdc man page for the CUPS Driver Development Kit.
5 .\"
6 .\" Copyright 2007 by Apple Inc.
7 .\" Copyright 1997-2007 by Easy Software Products.
8 .\"
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/".
14 .\"
15 .TH ppdc 1 "CUPS Driver Development Kit" "14 February 2007" "Apple Inc."
16 .SH NAME
17 ppdc \- cups ppd compiler
18 .SH SYNOPSIS
19 .B ppdc
20 [ -D
21 .I name=value
22 ] [ -I
23 .I include-directory
24 ] [ -c
25 .I message-catalog
26 ] [ -d
27 .I output-directory
28 ] [ -l
29 .I language(s)
30 ] [ -v ] [ -z ] [ --cr ] [ --crlf ] [ --lf ]
31 .I source-file
32 .SH DESCRIPTION
33 \fIppdc\fR compiles PPDC source files into one or more PPD
34 files.
35 .PP
36 The \fI-D\fR option sets the named variable for use in the
37 source file. It is equivalent to using the #define directive
38 in the source file.
39 .PP
40 The \fI-I\fR option specifies an alternate include directory;
41 multiple \fI-I\fR options can be supplied to add additional
42 directories.
43 .PP
44 The \fI-c\fR option specifies a single message catalog file in GNU
45 gettext source format (filename.po) to be used for localization.
46 .PP
47 The \fI-d\fR option specifies the output directory for PPD
48 files. The default output directory is "ppd".
49 .PP
50 The \fI-l\fR option specifies one or more languages to use when
51 localizing the PPD file(s). The default language is "en"
52 (English). Separate multiple languages with commas, for example
53 "de_DE,en_UK,es_ES,es_MX,es_US,fr_CA,fr_FR,it_IT" will create PPD
54 files with German, UK English, Spanish (Spain, Mexico, and US),
55 French (France and Canada), and Italian languages in each file.
56 .PP
57 The \fI-v\fR option provides more verbose output, basically a
58 running status of which files are being loaded or written.
59 .PP
60 The \fI-z\fR option generates compressed PPD files (filename.ppd.gz).
61 The default is to generate uncompressed PPD files.
62 .PP
63 The \fI--cr\fR, \fI--crlf\fR, and \fI--lf\fR options specify the
64 line ending to use - carriage return, carriage return and line feed,
65 or line feed. The default is to use the line feed character alone.
66 .SH SEE ALSO
67 cupsprofile(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdpo(1), ppdcfile(5),
68 CUPS Driver Developer Kit Manual
69 .SH COPYRIGHT
70 Copyright 2007 by Apple Inc.
71 .\"
72 .\" End of "$Id: ppdc.man 343 2007-07-13 19:52:48Z mike $".
73 .\"