This file is indexed.

/usr/share/eclipse/dropins/ptp-rdt/eclipse/plugins/org.eclipse.ptp.rdt.doc.user_1.0.0.dist/html/tasks/creating_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
<!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 a makefile</title>
   </head>

   <body>
   		<h1>Creating a makefile</h1>
      	<p>You need to provide a makefile for a Remote Makefile Project.</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 makefile instructions in the editor.<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>

		<br>
</body>
</html>