This file is indexed.

/usr/share/eclipse/dropins/ptp-rdt/eclipse/plugins/org.eclipse.ptp.rdt.doc.user_1.0.0.dist/html/gettingstarted/creating_your_makefile.html is in eclipse-ptp-rdt 8.1.1-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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	  <link rel="stylesheet" type="text/css" href="../../help.css">
	  <title>Creating your makefile</title>
   </head>

   <body>
   		<h1>Creating your makefile</h1>
   		<p>For the purpose of this tutorial, you were instructed to create a Remote Makefile Project which requires you to create a makefile.</p>
		<p>To create a makefile:</p>
		<ol>
		  <li>In the <strong>Project Explorer</strong> view, right-click a project, and select <strong>New &gt; File</strong>.<br>
		  <img src="../../images/create_makefile_01.png" alt="New &gt; File in Project Explorer View"></li>
		  <li>In the <strong>File name</strong> box, type <strong>makefile</strong>.</li>
		  <li>In the list of projects, verify that the correct project is selected.</li>
		  <li>Click <strong>Finish</strong>.<br>
		  <img src="../../images/create_makefile_02.png" alt="New File Wizard"></li>
		   <li>The editor opens. Type the gnu make instructions in the editor.  Lines are 
  			indented with tab characters, not with spaces.<br>
		  <img src="../../images/create_makefile_03.png" alt="Editor view with a sample code"></li>
		  <li>Click <strong>File &gt; 
		  Save</strong>.</li></ol>
		<p>Your new makefile, along with your C++ file are 
		displayed in the <strong>Project Explorer</strong> view . Your project now 
		contains a C++ file and makefile. You can now build your newly created project.</p>
		<br>
		<span class="bold">Related tasks</span>
      	<br>
      	<a href="../tasks/creating_makefile.html">Creating a makefile</a>
		<br>
		<br>

</body>
</html>