This file is indexed.

/usr/share/doc/lire/user-manual/ch17s02.html is in lire-doc 2:2.1.1-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Installation Environment Variables</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire User's Manual"><link rel="up" href="ch17.html" title="Chapter 17. Installation Parameters"><link rel="prev" href="ch17.html" title="Chapter 17. Installation Parameters"><link rel="next" href="ch18.html" title="Chapter 18. Lire Logging and Error Messages"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Installation Environment Variables</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch17.html">Prev</a> </td><th width="60%" align="center">Chapter 17. Installation Parameters</th><td width="20%" align="right"> <a accesskey="n" href="ch18.html">Next</a></td></tr></table><hr></div><div class="section" title="Installation Environment Variables"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect:installation.env"></a>Installation Environment Variables</h2></div></div></div><p>Some environment variables can be set before running
	  <span class="command"><strong>./configure</strong></span> to tune the installation
	  process. This can be used to specify the locations of
	  components which are installed but can't be found by
	  <span class="command"><strong>./configure</strong></span> in "standard" locations. For
	  example, you could pass the location of the DocBook DTD by
	  running <span class="command"><strong>./configure</strong></span> as:

	  </p><pre class="screen">
<code class="prompt">$ </code> DBK_XML_DTD=/home/flacoste/xml/docbook-xml-4.1.2/docbookx.dtd \
 ./configure
	  </pre><p>
	</p><p>The following list explains the purpose of each variable.</p><div class="variablelist"><dl><dt><span class="term"><code class="varname">PERL</code></span></dt><dd><p>Sets the path to the <span class="command"><strong>perl</strong></span>
		interpreter.
	      </p></dd><dt><span class="term"><code class="varname">JADE</code></span></dt><dd><p>Sets the path to the <span class="command"><strong>jade</strong></span>
		DSSSL interpreter. This is only needed when you build
		from CVS.
	      </p></dd><dt><span class="term"><code class="varname">PDFJADETEX</code></span></dt><dd><p>Sets the path to the <span class="command"><strong>pdfjatetex</strong></span>
		command. This is only needed when you build
		from CVS.
	      </p></dd><dt><span class="term"><code class="varname">XSLTPROC</code></span></dt><dd><p>Sets the path to the <span class="command"><strong>xsltproc</strong></span>
		XSLT processor. This is only needed when you build
		from CVS.
	      </p></dd><dt><span class="term"><code class="varname">DBK_XML_DTD</code></span></dt><dd><p>Sets the path to the DocBook XML Document Type
                Declaration. This should point to the XML V4.1.2 DTD.
                This is only needed when you build from CVS.
	      </p></dd><dt><span class="term"><code class="varname">DBK_XSL_STYLESHEETS</code></span></dt><dd><p>Sets the path to the directory which contains
	      Norman Walsh's XSL stylesheets for DocBook. (This
	      directory should contain subdirectories named
	      <code class="filename">fo</code>, <code class="filename">html</code> or
	      <code class="filename">xhtml</code>.) This is only needed when
	      you build from CVS.
	      </p></dd><dt><span class="term"><code class="varname">DBK_DSSSL_STYLESHEETS</code></span></dt><dd><p>Sets the path to the directory which contains
	      Norman Walsh's DSSSL stylesheets for DocBook. (This
	      directory should contain a subdirectory named
	      <code class="filename">print</code>.) This is only needed when
	      you build from CVS.
	      </p></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch17.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch17.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch18.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 17. Installation Parameters </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 18. <span class="application">Lire</span> Logging and Error Messages</td></tr></table></div></body></html>