This file is indexed.

/usr/share/help/uk/anjuta-manual/autotools-project-root-edit.page is in anjuta-common 2:3.10.2-0ubuntu2.

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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="autotools-project-root-edit" xml:lang="uk">

  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
    <link type="guide" xref="project-manager-root" group="second"/>
    <link type="seealso" xref="autotools-project-folder-edit"/>
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
    <desc>
      Edit autotools project properties.
    </desc>
    <credit type="author">
      <name>Sébastien Granjoux</name>
      <email>seb.sfo@free.fr</email>
    </credit>
  </info>

  <title>Edit Autotools Project Properties</title>

  <p>These are the properties of the root item.</p>

  <terms>
    <item>
      <title><gui>Backend</gui></title>
      <p>This the project backend used by the project: Autotools.
      Another backend can be selected by clicking on this button. It can be
      useful if the current backend has some troubles to parse your project
      files.</p>
    </item>
    <item>
      <title><gui>Name</gui></title>
      <p>The name of your project. It can contains space.</p>
    </item>
    <item>
      <title><gui>Version</gui></title>
      <p>This is the project version.</p>
    </item>
    <item>
      <title><gui>Bug report URL</gui></title>
      <p>This is an URL allowing to send bug report, by example an email
      address or a link to a bug tracker. It is optional.</p>
    </item>
    <item>
      <title><gui>Package name</gui></title>
      <p>This is the name of distribution package, it shouldn't contain spaces.
      It is optional.</p>
    </item>
    <item>
      <title><gui>URL</gui></title>
      <p>This is the home page of the project. It is optional.</p>
    </item>
  </terms>

  <p>In addition, the root item works as a folder and has all its properties.
  See <link xref="autotools-project-folder-edit"/> to see the list.</p>

</page>