This file is indexed.

/usr/share/doc/latex-mk/examples/example/ex5.tex is in latex-mk 2.1-1.3.

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
% $Id: ex5.tex,v 1.2 2006/06/09 18:08:38 dan Exp $
%

\documentclass[11pt]{article}

\usepackage{makeidx}

\title{Example Document Number 5}
\author{Someone}
\date{\today}

\usepackage{fancyhdr}
\pagestyle{fancy}
\rhead{Indexed Doc}
\usepackage{hyperref}

\makeindex
\makeglossary

\begin{document}
\maketitle
\section{Introduction}
This document\glossary{a document} includes\index{documents, with index} an index.

\section{Section 2}
We index words\index{words, indexed} from this section too.

\section{Index}
\printindex

\section{Glossary}
%\printglossary

\end{document}