Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-04-10 02:34:08 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-04-10 02:34:08 +0400
commitee3026797c00e84ae13ab216da7f54835404e6a3 (patch)
tree0c86a34177856325ddf74a4d73d48a9fa4589859 /Makefile
parent03ea4b644e98c59d41af4ee14fb01a2fbc69f867 (diff)
More documentation work. Remove long lines
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 36a518d0827..b2c0cfc6236 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ benchmark: all
# gem install ronn
doc: doc/node.1 doc/api.html doc/index.html doc/changelog.html
+## HACK to give the ronn-generated page a TOC
doc/api.html: doc/api.markdown
ronn -f --html doc/api.markdown \
| sed "s/<h2>\(.*\)<\/h2>/<h2 id=\"\1\">\1<\/h2>/g" \