This file is indexed.

/usr/share/gtk-doc/html/libgwymodule/gwymodule-tutorial-install.html is in libgwyddion20-doc 2.34-3ubuntu1.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gwyddion Module Library Reference Manual: Gwyddion Module Installation</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Gwyddion Module Library Reference Manual">
<link rel="up" href="ModuleTutorial.html" title="Gwyddion Module Tutorial">
<link rel="prev" href="gwymodule-tutorial-layer.html" title="Layer Modules">
<link rel="next" href="PluginProxyReference.html" title="Plug-in Proxy Reference">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
<td width="100%" align="left"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="ModuleTutorial.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="gwymodule-tutorial-layer.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="PluginProxyReference.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="gwymodule-tutorial-install"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">Gwyddion Module Installation</span></h2>
<p>Gwyddion Module Installation — 
      Compilation, distribution and installation of <span class="application">Gwyddion</span> modules
    </p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="id-1.3.10.3"></a><h2>Overview</h2>
<p>
      To be written. Meanwhile you can look at the
      <a class="ulink" href="http://gwyddion.net/download.php#sample-module" target="_top">threshold-example</a>
      module how it copes with this issues.
    </p>
<p>
      Some highlights: On Unix systems, <span class="application">Gwyddion</span>
      installs a pkg-config file with meta-information about the particular
      installation, so you can use <span class="command"><strong>pkg-config</strong></span> to find
      compiler and linker options and module installation directories.  See
      pkg-config documentation for description of the standard options.  The
      directory to install modules to can be obtained with
      <span class="command"><strong>pkg-config --variable gwymoduledir gwyddion</strong></span>.
    </p>
<p>
      On Win32 systems, <span class="application">Gwyddion</span> installs a
      registry entry
      <code class="literal">HKLM\Software\Gwyddion Development\1.0\Path</code>
      containing the base directory, where development libraries and header
      files were installed.
    </p>
<p>
      A module is typically installed to a subdirectory of the module directory
      accodring to the type of the functions it provides.  However the division
      into subdirectories exists only to ease human orientation in the pile
      of modules, the module loader does not make any consequences from
      module location.  A module can be also placed directly into the main
      directory (e.g., plugin-proxy resides there because it does not actually
      fit into any of the categories).
    </p>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19</div>
</body>
</html>