This file is indexed.

/usr/share/help/C/anjuta-manual/autotools-project-folder-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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="autotools-project-folder-edit">

  <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-folder" group="second"/>
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
    <desc>
      Edit autotools folder properties.
    </desc>
    <credit type="author">
      <name>Sébastien Granjoux</name>
      <email>seb.sfo@free.fr</email>
    </credit>
  </info>

  <title>Edit an Autotools Folder</title>

  <p>These properties allows you to define common properties for all targets
  belonging to this folder.</p>

  <terms>
    <item>
      <title><gui>C compiler flags</gui></title>
      <p>The flags to pass to the C compiler if a per target value is
      not defined.</p>
    </item>
    <item>
      <title><gui>C preprocessor flags</gui></title>
      <p>These flags are passed to every compilation that invokes the
      C preprocessor. This value is ignored if these flags are
      defined for the target.</p>
    </item>
    <item>
      <title><gui>C++ compiler flags</gui></title>
      <p>The flags to pass to the C++ compiler flags if a per target value
      is not defined.</p>
    </item>
    <item>
      <title><gui>Fortran compiler flags</gui></title>
      <p>The flags to pass to the Fortran 9x compiler if a per target value
      is not defined.</p>
    </item>
    <item>
      <title><gui>Installation directories</gui></title>
      <p>This defines installation directories. It is needed if you want to
      install files in custom directories.</p>
    </item>
    <item>
      <title><gui>Java compiler flags</gui></title>
      <p>The flags to pass to the Java compiler if a per target value is
      not defined.</p>
    </item>
    <item>
      <title><gui>Lex/Flex compiler flags</gui></title>
      <p>The flags to pass to the scanner generator Lex or Flex if a per target
      value is not defined.</p>
    </item>
    <item>
      <title><gui>Linker flags</gui></title>
      <p>The flags to pass to the linker if a per target value is not defined.</p>
    </item>
    <item>
      <title><gui>Objective C compiler flags</gui></title>
      <p>The flags to pass to the Objective C compiler if a per target value
      is not defined.</p>
    </item>
    <item>
      <title><gui>Vala compiler flags</gui></title>
      <p>The flags to pass to the Vala compiler if a per target value is not
      defined.</p>
    </item>
    <item>
      <title><gui>Yacc/Bison compiler flags</gui></title>
      <p>The flags to pass to the parser generator Bison or Yacc if a per
      target value is not defined.</p>
    </item>
  </terms>

</page>