This file is indexed.

/usr/share/doc/mkgmap/tutorial/starting.txt is in mkgmap 0.0.0+svn3741-1.

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
Getting started
===============

== Install java
To use mkgmap you need to install Java.
Download it from http://www.java.com[java.com]
and install it.

ifdef::linux[]
=== Linux packages
If you are running Linux, then you may prefer to install java from you
systems package manager, instead of from the Java site.

The package has a name like *java-1.7.0-openjdk* on Fedora and similar
distributions; on Ubuntu, Debian and similar it has a name
like *openjdk-7-jre*

endif::linux[]

== Download mkgmap
Download +mkgmap+ from the
http://www.mkgmap.org.uk/download/mkgmap.html[mkgmap download site].

Unzip the file into a folder or directory, the rest of the tutorial
will assume that you are working within that directory.

The main file is called +mkgmap.jar+ which is the main part of the
program itself and the +lib+ folder that contains other parts
of the program.  It is important that the +mkgmap.jar+ and the +lib+
folder stay together: if you move one you must move the other.

There will also be +doc+ folder containing the available documentation,
and an examples folder which can be ignored.