Add changelog to website
This commit is contained in:
Родитель
68af59ef6b
Коммит
1db824a9c1
7
Makefile
7
Makefile
|
@ -27,7 +27,7 @@ test-debug: all
|
|||
benchmark: all
|
||||
build/default/node benchmark/run.js
|
||||
|
||||
doc: doc/node.1 doc/api.html doc/index.html
|
||||
doc: doc/node.1 doc/api.html doc/index.html doc/changelog.html
|
||||
|
||||
doc/api.html: doc/api.txt
|
||||
asciidoc --unsafe \
|
||||
|
@ -37,6 +37,11 @@ doc/api.html: doc/api.txt
|
|||
-a linkcss \
|
||||
-o doc/api.html doc/api.txt
|
||||
|
||||
doc/changelog.html: ChangeLog
|
||||
echo '<html><head><title>Node.js ChangeLog</title> <link rel="stylesheet" href="./pipe.css" type="text/css" /> <link rel="stylesheet" href="./pipe-quirks.css" type="text/css" /> <body><h1>Node.js ChangeLog</h1> <pre>' > doc/changelog.html
|
||||
cat ChangeLog >> doc/changelog.html
|
||||
echo '</pre></body></html>' >> doc/changelog.html
|
||||
|
||||
doc/api.xml: doc/api.txt
|
||||
asciidoc -b docbook -d manpage -o doc/api.xml doc/api.txt
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<div id="toc">
|
||||
<ol>
|
||||
<li><a href="#download">Download</a></li>
|
||||
<li><a href="changelog.html">ChangeLog</a></li>
|
||||
<li><a href="#build">Build</a></li>
|
||||
<li><a href="#about">About</a></li>
|
||||
<li><a href="#demo">Demo</a></li>
|
||||
|
|
Загрузка…
Ссылка в новой задаче