1SCROLLKEEPER-PREINSTALL(8) System Manager's Manual SCROLLKEEPER-PREINSTALL(8)
2
3
4
6 scrollkeeper-preinstall - generate on OMF file, based on an existing
7 OMF file, which has the correct URL for a document
8
10 scrollkeeper-preinstall [ -n ] url input-omf-file output-omf-file
11
13 scrollkeeper-preinstall creates the OMF file output-omf-file by reading
14 the given existing OMF file input-omf-file and replacing the URL for a
15 resource (typically a document) with the URL given by url. This is
16 typically done as part of the build process for an application, since
17 the actual location that a document is installed is not known until the
18 application is built.
19
20 If output-omf-file is specified with a path, and that path does not
21 exist, the path is created.
22
23 The url is typically the "file:" URI followed by the absolute path to a
24 document which is (or will be) installed. (eg. "file:/usr/doc/scroll‐
25 keeper/scrollkeeper.sgml")
26
27
29 -n Use the network to retrieve the DTD if it is not available via
30 the system's XML catalog.
31
32
34 Laszlo Kovacs <laszlo.kovacs@sun.com>
35 Dan Mueth <d-mueth@uchicago.edu>
36
37
39 scrollkeeper-config(1), scrollkeeper-gen-seriesid(1), scroll‐
40 keeper.conf(5), scrollkeeper(7), scrollkeeper-rebuilddb(8), scroll‐
41 keeper-update(8)
42
43
44
45
46scrollkeeper Dec 5, 2001 SCROLLKEEPER-PREINSTALL(8)