From b5a1585470ba4df54a01121798d99264b70a006e Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 25 Aug 2009 16:23:01 +0200 Subject: Restyle website/api.html. Now looks like the front page. Made a few other little corrections too. --- configure | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'configure') 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/ -- cgit v1.2.3