This file is indexed.

/usr/share/help/C/anjuta-faqs/project-resource.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
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="project-resource">

  <info>
    <link type="guide" xref="index#faq-project"/>
    <desc>Add a folder and a data target.</desc>
    
    <revision pkgversion="0.1" version="0.1" date="2010-12-02" status="stub"/>
    <credit type="author">
      <name>Sébastien Granjoux</name>
      <email>seb.sfo@free.fr</email>
    </credit>
  </info>

  <title>How to add a directory containing icons to a project</title>

  <p>In an autotools project, you can add a new directory by creating a
  folder (<guiseq><gui>Project</gui><gui>New Folder...</gui></guiseq>).
  Then inside this folder create a new data target
  (<guiseq><gui>Project</gui><gui>New Target...</gui></guiseq>) and
  add the files corresponding to the icons to this target
  (<guiseq><gui>Project</gui><gui>New Source...</gui></guiseq>).</p>

</page>