Move the code that generates doc tests out from build.clj
to its own source runnable via main.
This isolates gen-doc-tests work to its own process
during the build.
I arbitrarily:
- chose 'build' as the folder for build helper sources
- namespaced our first build helper under 'honey.gen-doc-tests'