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 <ry@tinyclouds.org>2009-08-25 18:23:01 +0400
committerRyan <ry@tinyclouds.org>2009-08-25 19:25:39 +0400
commitb5a1585470ba4df54a01121798d99264b70a006e (patch)
tree7d7977b064300d6487b3d267b1b49d6d91438b90 /configure
parentb5b65ddcd776e59d35200105ed3420c04d07cae9 (diff)
Restyle website/api.html. Now looks like the front page.
Made a few other little corrections too.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure b/configure
index 31a5f63560d..87110b2dd7f 100755
--- a/configure
+++ b/configure
@@ -109,7 +109,14 @@ benchmark: all
website: website/api.html website/index.html
website/api.html: website/api.txt
- asciidoc -a toc -o website/api.html website/api.txt
+ asciidoc --unsafe \\
+ -a theme=pipe \\
+ -a toc \\
+ -a linkcss \\
+ -o website/api.html website/api.txt
+
+# -a stylesdir=website/ \\
+# -a scriptsdir=website/ \\
website-upload: website
scp website/* linode:~/tinyclouds/node/