docs: add watchdocs target, stub pages for fibers/lists/maps, fix class example, and move build output to build/docs

This commit is contained in:
Bob Nystrom
2014-01-30 14:51:52 +00:00
parent ea2ec33ce0
commit 1464007327
10 changed files with 32 additions and 15 deletions
+4
View File
@@ -46,6 +46,10 @@ test: wrend
# Generate the Wren site.
docs:
@./script/generate_docs.py
# Continuously generate the Wren site.
watchdocs:
@./script/generate_docs.py --watch
# Take the contents of corelib.wren and copy them into src/wren_core.c.