mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 11:34:34 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user