1FOOMATIC-COMPILEDB(1) General Commands Manual FOOMATIC-COMPILEDB(1)
2
3
4
6 foomatic-compiledb - Compile the Foomatic printer/driver database
7
9 foomatic-compiledb [ -t type ] [ -f ] [ -j n ] [ driver ... ]
10
11
13 foomatic-compiledb generates all PPD files or Foomatic combo XML files
14 for all possible printer/driver combos, or only for a selected range of
15 drivers. It generally should not be necessary except for people who
16 want to generate a set of Foomatic data files for distribution. For
17 configuring single printers foomatic-ppdfile(1) and especially
18 foomatic-configure(1) will automagically compute just what they need.
19
20
21 Options
22 -t type Output file type, either ppd or xml.
23
24
25 -f Force: Write into the destination directory even if it
26 already exists.
27
28
29 -j n n = number of work processes to run
30
31
32 driver ...
33 only generate data files for these driver(s)
34
35
37 foomatic-ppdfile(1),foomatic-configure(1)
38
39
41 foomatic-compiledb returns 0 unless something unexpected happens.
42
43
45 Manfred Wassmann <manolo@NCC-1701.B.Shuttle.de> and Till Kamppeter
46 <till.kamppeter@gmail.com> for the foomatic project using output from
47 the associated binary.
48
49
51 Existing files are always conserved instead of older files being over‐
52 written. So deleting the destination directory (rm -rf dir) and calling
53 foomatic-compiledb without the -f option is recommended.
54
55 Please post bug reports on
56
57 http://lists.freestandards.org/mailman/listinfo/printing-foomatic
58
59
60
61
62Foomatic Project 2001-05-07 FOOMATIC-COMPILEDB(1)