Skip to content

Commit d382512

Browse files
committed
Cleanup and removed last remains of Id
1 parent 48e6d91 commit d382512

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+6
-71
lines changed

docs/html/CDT6.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
66
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<meta name="id" content=
8-
"">
97
<link rel="STYLESHEET" href="MakeProjectCreator.css" charset="ISO-8859-1"
108
type="text/css">
119

docs/html/MakeProjectCreator.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"HTML Tidy for Linux (vers 1 September 2005), see www.w3.org">
77
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
88
<meta http-equiv="Content-Style-Type" content="text/css">
9-
<meta name="id" content=
10-
"">
119
<link rel="STYLESHEET" href="MakeProjectCreator.css" charset="ISO-8859-1"
1210
type="text/css">
1311

docs/html/RpmSpec.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
66
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<meta name="id" content=
8-
"">
97
<link rel="STYLESHEET" href="MakeProjectCreator.css" charset="ISO-8859-1"
108
type="text/css">
119

@@ -33,7 +31,7 @@ <h3 class="Head2">Background/Abstract</h3>
3331
workspace declarations (<samp>.mwc</samp> files). Consequently,
3432
workspace files utilizing these new features are not
3533
backwards-compatible with prior releases of MPC.</li>
36-
34+
3735
<li class="body">Since RPM is primarily Linux-based, RpmSpec only
3836
officially supports use on Linux-based systems. It <em>may</em>
3937
work on platforms for which an RPM port exists, but such success
@@ -71,7 +69,7 @@ <h3 class="Head2">Usage</h3>
7169
Inter-project dependencies that exist between any projects known to
7270
the top-level workspace automatically turn into inter-package
7371
dependencies in RPMs.
74-
72+
7573
<h4>Generic workflow</h4>
7674
<div align="center">
7775
<img src="rpmworkflow.png" alt="rpm workflow"/>
@@ -121,14 +119,14 @@ <h4><a name="mwcnotes"></a>Creating Workspaces</h4>
121119
Details on the variables allowed in the <samp>specific</samp>
122120
clause can be found in the <a href="../templates/rpmspec.txt">
123121
<samp>$MPC_ROOT/docs/templates/rpmspec.txt</samp></a> file.
124-
122+
125123
<p>If you use workspaces as a part of
126124
building right now, you may wish to write additional
127125
workspace files specifically for packaging via RPM.
128126

129127
<h4><a name="installready"></a>Making Projects
130128
<em>Install-Ready</em></h4>
131-
129+
132130
MPC-assisted packaging requires some attention from the developer
133131
in order to yield its full potential. What this means is that in
134132
order for a project to avail itself to be packaged, it must take
@@ -180,7 +178,7 @@ <h4><a name="scriptnotes"></a>Notes on Generated Script</h4>
180178
architecture, instead presuming that whatever toolchain is
181179
needed can be found in the PATH or is specified in the
182180
<code>.spec</code> file.</li>
183-
181+
184182
<li>The script performs a build/install activity for each package.
185183
Installation is not into the running system, but rather into a
186184
"fake" area. Installation is necessary to satisfy inter-package
@@ -190,7 +188,7 @@ <h4><a name="scriptnotes"></a>Notes on Generated Script</h4>
190188
<samp>specific</samp> clause, typically in the top-level
191189
workspace.</li>
192190

193-
191+
194192
</ol>
195193
</div>
196194

docs/html/WB26.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
66
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<meta name="id" content=
8-
"">
97
<link rel="STYLESHEET" href="MakeProjectCreator.css" charset="ISO-8859-1"
108
type="text/css">
119

docs/html/WB30.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
66
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<meta name="id" content=
8-
"">
97
<link rel="STYLESHEET" href="MakeProjectCreator.css" charset="ISO-8859-1"
108
type="text/css">
119

docs/templates/automake.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
// Current as of 2/2/2007
32
// This defines the role of all the template variables specific to the
43
// 'automake' project type.

docs/templates/bmake.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
// Current as of 9/25/2006
32
// This defines the role of all the template variables specific to the
43
// 'bmake' project type.

docs/templates/cc.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
// Current as of 9/26/2006
32
// This defines the role of all the template variables specific to the
43
// 'cc' project type.

docs/templates/cdt6cproject.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
// Document template variables for templates templates/cdt6cproject.mpd.
32
// Please try to keep this alphabetically sorted.
43
//

docs/templates/cdt6project.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
// Document template variables for templates templates/cdt6project.mpd.
32
// Please try to keep this alphabetically sorted.
43
//

0 commit comments

Comments
 (0)