Skip to content

Commit

Permalink
Fixed minor splitter-build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Jan 28, 2012
1 parent 38e38e2 commit 05275c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PYTHONFLAGS=
SPECSPLITTER=spec-splitter.py
SPECSPLITTERFLAGS=
SINGLEPAGE=index.html
MULTIPAGE=multi.html
MULTIPAGECOPY=spec.html
MULTIPAGE=spec.html
MULTIPAGECOPY=multi.html

all: $(MULTIPAGE) $(MULTIPAGECOPY) README.md

Expand Down
9 changes: 4 additions & 5 deletions multi.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,18 @@ <h2 id="top">Annotated ECMAScript 5.1 <span id="timestamp"></span></h2>
online, in HTML and at &#8220;point of use&#8221;, <b>for the purposes of
explaining the spec and assisting in its implementation</b> that are
allowed for in the spec <a href="#license">license</a>. -->

maintained by <a href="http://sideshowbarker.net/+">Michael[tm] Smith</a>.
the source for which is maintained at
<a href="https://github.com/es5/es5.github.com">https://github.com/es5/es5.github.com</a>.
No copyright is asserted on its front matter (everything up through
the Table of Contents), but any reuse of its body text
(everything following the Table of Contents) must include the normative
spec&#8217;s
<a href="#copyright">copyright</a>
notice and
<a href="#license">license</a>
statement. The source for this version is at
<a href="https://github.com/es5/es5.github.com">https://github.com/es5/es5.github.com</a></p>
statement.</p>

<p id="annos">To view annotations, follow the <b>&#9398;</b>, <b>&#9401;</b>, <b>&#9415;</b>,
<p id="annos">To view annotations, follow the <b>&#9398;</b>, <b>&#9399;</b>, <b>&#9401;</b>, <b>&#9415;</b>,
<b>&#9404;</b>, <b>&#9402;</b>, and <b>&#9312;</b> hyperlinks in the headings. A
<a href="key.html">key to the markers</a> explains the different types
of annotations.
Expand Down

0 comments on commit 05275c3

Please sign in to comment.