This file is indexed.

/usr/share/doc/psgml/Install.html is in psgml 1.4.0-7.

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
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ -->
<head>
<title>psgml: Install</title>

<meta name="description" content="psgml: Install">
<meta name="keywords" content="psgml: Install">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="Index.html#Index" rel="index" title="Index">
<link href="Index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="index.html#Top" rel="up" title="Top">
<link href="Invoke.html#Invoke" rel="next" title="Invoke">
<link href="Introduction.html#Introduction" rel="prev" title="Introduction">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>


</head>

<body lang="en">
<a name="Install"></a>
<div class="header">
<p>
Next: <a href="Invoke.html#Invoke" accesskey="n" rel="next">Invoke</a>, Previous: <a href="Introduction.html#Introduction" accesskey="p" rel="prev">Introduction</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="Index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html#Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Installing-PSGML"></a>
<h2 class="chapter">2 Installing PSGML</h2>

<p>To install PSGML you first need to uncompress and unpack the source
archive.  This is done with the <code>gunzip</code> and <code>tar</code> commands.
</p>
<div class="example">
<pre class="example">gunzip psgml-1.2.0.tar.gz; tar xf psgml-1.2.0.tar
</pre></div>

<p>This should create a subdirectory to the current directory with the
source code. This directory contains a <code>configure</code> command (see the
file INSTALL for more information about configure).  You can use the
<code>configure</code> command to configure the package or you can load the
file <samp>psgml-maint</samp> and execute the <code>psgml-compile-files</code>
command.
</p>
<p>Place the <samp>*.el</samp> and the <samp>*.elc</samp> files in a directory where
Emacs can find it (i.e. one of the directories in the <code>load-path</code>
variable, you can add a directory to this variable in your
<samp>.emacs</samp>.)  
</p>
<p>If you use the <code>configure</code> approach, compile psgml with <code>make</code>
and the you can run <code>make install</code> to install it in the system
library <samp>site-lisp</samp>.  The location of <samp>site-lisp</samp> is figured
out by <code>configure</code>, but you can change it in the <samp>Makefile</samp>.
</p>
<p>Put the following line in your .emacs:
</p>
<div class="lisp">
<pre class="lisp">(autoload 'sgml-mode &quot;psgml&quot; &quot;Major mode to edit SGML files.&quot; t)
(autoload 'xml-mode &quot;psgml&quot; &quot;Major mode to edit XML files.&quot; t)
</pre></div>

<p>You may also want to set up search paths for external entities,
See <a href="Entity-manager.html#Entity-manager">Entity manager</a>.
</p>
<p>The <samp>psgml.info</samp> is the documentation for PSGML in the info format.
You can read this with the Emacs command <kbd>C-u C-h i</kbd>.  You can also
install the file in your systems info directory and edit the
<samp>dir</samp> file to include <samp>psgml.info</samp> in the menu.
</p>
<p>The info file <samp>psgml.info</samp> is created from the texinfo file
<samp>psgml.texi</samp>.  The texinfo file can also be used to create a hard
copy of the documentation.  To do this you need the TeX program and a
copy of <samp>texinfo.tex</samp>.
</p>



<hr>
<div class="header">
<p>
Next: <a href="Invoke.html#Invoke" accesskey="n" rel="next">Invoke</a>, Previous: <a href="Introduction.html#Introduction" accesskey="p" rel="prev">Introduction</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="Index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html#Index" title="Index" rel="index">Index</a>]</p>
</div>



</body>
</html>