Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

scrollkeeper-config(1) [opensolaris man page]

scrollkeeper-config(1)						   User Commands					    scrollkeeper-config(1)

NAME
scrollkeeper-config - helper script for building with scrollkeeper SYNOPSIS
scrollkeeper-config [--help] [--version] [--prefix=dir] [--localstatedir] [--pkglocalstatedir] [--pkgdatadir] [--omfdir] DESCRIPTION
The scrollkeeper-config tool is used to determine the compiler and linker flags that should be used to compile and link programs that use the scrollkeeper library. OPTIONS
The following options are supported: --help Print a usage summary. --localstatedir Outputs the localstatedir used to install scrollkeeper. --omfdir Directory where scrollkeeper searches for OMF files. --pkgdatadir Outputs the directory under datadir where scrollkeeper keeps its non-variable (that is, non-database) files. --pkglocalstatedir Outputs the directory under localstatedir where scrollkeeper keeps its database. --prefix=dir If specified, use dir instead of the installation prefix that the library was built with. --version Print the currently installed version of the library on the standard output. EXAMPLES
Example 1: Getting the scrollkeeper library version example% scrollkeeper-config --version EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/scrollkeeper-config Executable for the scrollkeeper helper script ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-libs | +-----------------------------+-----------------------------+ |Interface stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
pkg-config(1), scrollkeeper(1) NOTES
This man page was originally written by Chris Waters (xtifr@debian.org) for Debian GNU/Linux. Rewritten by Brian Cameron, Sun Microsystems Inc., using information from the orbit2-config(1) man page, by Dick Porter (dick@acm.org) and Elliot Lee (sopwith@redhat.com). scroll- keeper--specific text was written by Laszlo Kovacs (laszlo.kovacs@sun.com) and Dan Mueth (d-mueth@uchicago.edu). Updated by Ghee Teo, Sun Microsystems Inc., 2007 SunOS 5.11 11 Jan 2003 scrollkeeper-config(1)

Check Out this Related Man Page

scrollkeeper-devel(1)						   User Commands					     scrollkeeper-devel(1)

NAME
scrollkeeper-devel, scrollkeeper-extract, scrollkeeper-gen-seriesid, scrollkeeper-preinstall - utilities for working with OMF documents and the scrollkeeper database SYNOPSIS
scrollkeeper-extract file stylesheet output [stylesheet output...] scrollkeeper-gen-seriesid scrollkeeper-preinstall docfile omf-file1 omf-file2 DESCRIPTION
scrollkeeper-extract is used internally by scrollkeeper to convert DocBook/SGML files to Docbook/XML files if necessary, and to apply a number of transformations to the XML file to extract information from the XML file. scrollkeeper-gen-seriesid generates a globally unique series ID for an OMF file. scrollkeeper-preinstall reads omf_file1, changes the URL attribute of the identifier tag to doc_file and writes the output to omf_file2. scrollkeeper-preinstall can be used during the document installation process to point OMF files to the correct location on the target machine before registration in the scrollkeeper database. OPTIONS
None. OPERANDS
The following operands are supported: docfile Specifies the file path to the document that omf-file1 describes. file Specifies the XML file that is to be used as input for XSLT transformations. omf-file1 Specifies the OMF file that contains metadata for docfile. omf-file2 Specifies the file created by scrollkeeper-preinstall, which contains the same data as omf-file1 except that the URL attribute of the identifier tag is changed to docfile. output Specifies the file that contains the result when the preceding stylesheet has been applied to file. stylesheet Specifies an XSLT transformation to apply. EXAMPLES
Example 1: Creating a New scrollkeeper Series ID example% scrollkeeper-gen-seriesid Example 2: Extracting a TOC From a Document example% scrollkeeper-extract /path/to/xml/file.xml /usr/share/scrollkeeper/stylesheets/toc.xsl /path/to/toc.xml EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/scrollkeeper-extract The command-line executable for the scrollkeeper-extract application. /usr/bin/scrollkeeper-gen-seriesid The command-line executable for the scrollkeeper-gen-seriesid application. /usr/bin/scrollkeeper-preinstall The command-line executable for the scrollkeeper-preinstall application. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-libs-devel | +-----------------------------+-----------------------------+ |Interface stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
scrollkeeper(1) NOTES
Written by Sander Vesik, Sun Microsystems Inc., 2003. Updated by Ghee Teo, Sun Microsystems Inc., 2007. SunOS 5.11 01 Apr 2003 scrollkeeper-devel(1)
Man Page