This file is indexed.

/usr/share/help/sv/anjuta-manual/autotools-build-preferences-dialog.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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="autotools-build-preferences-dialog" xml:lang="sv">

  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
    <facet:tag key="all-widgets" value="whatever"/> <!--Include page in index-->
    <link type="seealso" xref="autotools-build-plugin"/>
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
    <desc>
      Autotools build preferences dialog.
    </desc>
    <credit type="author">
      <name>Sébastien Granjoux</name>
      <email>seb.sfo@free.fr</email>
    </credit>
  </info>

  <title>Autotools Build Preferences Dialog</title>

  <p>
    The dialog allows you to set global options for building files.
  </p>

  <terms>
    <item>
      <title><gui>Run several commands at a time</gui></title>
      <p><app>make</app> is able to run several compilations at the same time.
      It decreases build time when having a multi-core processor but could
      trigger some issues so this can be enabled or disabled with this check box.</p>
    </item>
    <item>
      <title><gui>Continue on errors</gui></title>
      <p>By default <app>make</app> stops as soon as it gets an error, it can be
      faster to continue and get errors for all files in one step. You have to check this
      check box to get this behavior.</p>
    </item>
    <item>
      <title><gui>Translate messages</gui></title>
      <p>By default errors and warnings message are translated. It has two
      drawbacks though. In order to recognize errors and warnings the
      translation of <app>Anjuta</app> and the compiler should perfectly match.
      Moreover, it is often more difficult to find help on the internet when
      searching translated messages as they are much less common. Unchecking
      this check box allows to disable translation.</p>
    </item>
    <item>
      <title><gui>Highlight build warnings and errors in editor</gui></title>
      <p>Errors and warnings during the build are displayed and highlighted in
      the message window. By checking this option, they are highlighted in the
      editor too.</p>
    </item>
    <item>
      <title><gui>Install as root</gui></title>
      <p>Installing a program needs to copy files into system directories which are
      often not writable by users. If this check box is checked, you can choose
      to use <cmd>sudo</cmd> or <cmd>su</cmd> before installing the files
      to acquire enough right to do it.</p>
    </item>
  </terms>

</page>