some source updates, toolchain helpers

This commit is contained in:
Mark McGranaghan
2012-10-01 16:15:39 -07:00
parent 3af7544a0f
commit 5242d9c677
20 changed files with 102 additions and 73 deletions

3
tool/build-html Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
ls src/0*/*.{go,sh} | xargs tool/generate > build/go-by-example.html

4
tool/build-pdf Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
prince build/go-by-example.html -o build/go-by-example.pdf