mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Add new documentation (using asciidoc!)
This commit is contained in:
13
configure
vendored
13
configure
vendored
@@ -96,13 +96,18 @@ uninstall:
|
||||
|
||||
test: all
|
||||
python tools/test.py --mode=release
|
||||
|
||||
test-debug: all
|
||||
python tools/test.py --mode=debug
|
||||
|
||||
test-all: all
|
||||
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:
|
||||
@$WAF clean
|
||||
|
||||
@@ -118,7 +123,7 @@ check:
|
||||
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
|
||||
}
|
||||
|
||||
1101
website/api.html
1101
website/api.html
File diff suppressed because it is too large
Load Diff
1009
website/api.txt
Normal file
1009
website/api.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user