feat(mako): mako-render generates output dirs

That way, the makefile doesn't need to know that much anymore, and
gets simpler/less verbose.

\# Also
* Added filters for rust doc string
* fixed .PHONY
This commit is contained in:
Sebastian Thiel
2015-03-02 13:43:15 +01:00
parent 11b6fe212f
commit 4e5f2c05d9
6 changed files with 22 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# Contains values shared among all API implementations
directories:
# directory under which all generated sources should reside
output: generated
output: lib
# how to get from `output` back to common library
common: ../
# where are all the API meta files
@@ -15,6 +15,7 @@ api:
base_path: "etc/api"
templates:
# all output directories are relative to the one set for the respective API
- source: README.md
- source: cargo.toml
# output_dir: optional - not there if unset
cargo: