Browse Source

Add new documentation (using asciidoc!)

v0.7.4-release
Ryan 16 years ago
parent
commit
a3d77ee4e7
  1. 13
      configure
  2. 1101
      website/api.html
  3. 1009
      website/api.txt

13
configure

@ -97,12 +97,17 @@ uninstall:
test: all test: all
python tools/test.py --mode=release python tools/test.py --mode=release
test-debug: all
python tools/test.py --mode=debug
test-all: all test-all: all
python tools/test.py --mode=debug,release python tools/test.py --mode=debug,release
website: website/api.html website/index.html
website/api.html: website/api.txt
asciidoc -a toc -o website/api.html website/api.txt
website-upload: website
scp website/* linode:~/tinyclouds/node/
clean: clean:
@$WAF clean @$WAF clean
@ -118,7 +123,7 @@ check:
dist: dist:
@$WAF dist @$WAF dist
.PHONY: clean dist distclean check uninstall install all test .PHONY: clean dist distclean check uninstall install all test test-all website website-upload
EOF EOF
} }

1101
website/api.html

File diff suppressed because it is too large

1009
website/api.txt

File diff suppressed because it is too large
Loading…
Cancel
Save