We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44f760 commit dbf7b6dCopy full SHA for dbf7b6d
generate.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+# *nix script to generate the HTML handbook
3
+# from the sources in "github.com/gocircuit/escher/src/handbook".
4
+
5
+escher -src "$GOPATH/src/github.com/gocircuit/escher/src/" "*handbook.main"
6
0 commit comments