This file is indexed.

/usr/share/doc/make-doc/make_ovr.html is in make-doc 3.81-5.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
 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
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
<html>
<!-- This file documents the GNU make utility, which determines
automatically which pieces of a large program need to be recompiled,
and issues the commands to recompile them.

This is Edition 0.70, last updated 1 April 2006,
of The GNU Make Manual, for GNU make version 3.81.

Copyright C 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with the Front-Cover Texts being "A GNU Manual,"
and with the Back-Cover Texts as in (a) below.  A copy of the
license is included in the section entitled "GNU Free Documentation
License."

(a) The FSF's Back-Cover Text is: "You have freedom to copy and modify
this GNU Manual, like GNU software.  Copies published by the Free
Software Foundation raise funds for GNU development."

 -->
<!-- Created on August, 17 2009 by texi2html 1.78 -->
<!--
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
            Karl Berry  <karl@freefriends.org>
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
            and many others.
Maintained by: Many creative people.
Send bugs and suggestions to <texi2html-bug@nongnu.org>

-->
<head>
<title>GNU make: Short Table of Contents</title>

<meta name="description" content="GNU make: Short Table of Contents">
<meta name="keywords" content="GNU make: Short Table of Contents">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2html 1.78">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
pre.display {font-family: serif}
pre.format {font-family: serif}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: serif; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: serif; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.roman {font-family:serif; font-weight:normal;}
span.sansserif {font-family:sans-serif; font-weight:normal;}
ul.toc {list-style: none}
-->
</style>


</head>

<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">

<a name="SEC_Overview"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="make.html#SEC_Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="make_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="make_19.html#SEC148" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="make_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<h1>Short Table of Contents</h1>
<div class="shortcontents">
<ul class="toc">
<li><a name="TOC1" href="make_1.html#SEC1">1. Overview of <code>make</code></a></li>
<li><a name="TOC4" href="make_2.html#SEC5">2. An Introduction to Makefiles</a></li>
<li><a name="TOC12" href="make_3.html#SEC13">3. Writing Makefiles</a></li>
<li><a name="TOC23" href="make_4.html#SEC30">4. Writing Rules</a></li>
<li><a name="TOC49" href="make_5.html#SEC56">5. Writing the Commands in Rules</a></li>
<li><a name="TOC66" href="make_6.html#SEC74">6. How to Use Variables</a></li>
<li><a name="TOC80" href="make_7.html#SEC88">7. Conditional Parts of Makefiles</a></li>
<li><a name="TOC84" href="make_8.html#SEC92">8. Functions for Transforming Text</a></li>
<li><a name="TOC97" href="make_9.html#SEC105">9. How to Run <code>make</code></a></li>
<li><a name="TOC105" href="make_10.html#SEC113">10. Using Implicit Rules</a></li>
<li><a name="TOC120" href="make_11.html#SEC128">11. Using <code>make</code> to Update Archive Files</a></li>
<li><a name="TOC126" href="make_12.html#SEC134">12. Features of GNU <code>make</code></a></li>
<li><a name="TOC127" href="make_13.html#SEC135">13. Incompatibilities and Missing Features</a></li>
<li><a name="TOC128" href="make_14.html#SEC136">14. Makefile Conventions</a></li>
<li><a name="TOC135" href="make_15.html#SEC143">A. Quick Reference</a></li>
<li><a name="TOC136" href="make_16.html#SEC144">B. Errors Generated by Make</a></li>
<li><a name="TOC137" href="make_17.html#SEC145">C. Complex Makefile Example</a></li>
<li><a name="TOC138" href="make_18.html#SEC146">D. GNU Free Documentation License</a></li>
<li><a name="TOC140" href="make_19.html#SEC148">Index of Concepts</a></li>
<li><a name="TOC141" href="make_26.html#SEC149">Index of Functions, Variables, &amp; Directives</a></li>
</ul>
</div>
<hr size="1">
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="make.html#SEC_Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="make_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="make_19.html#SEC148" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="make_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<p>
 <font size="-1">
  This document was generated by <em>Manoj Srivastava</em> on <em>August, 17 2009</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.78</em></a>.
 </font>
 <br>

</p>
</body>
</html>