mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-18 09:14:19 +01:00
fix(make): fix clean target for docs/cli
clean-all-docs and clean-all-cli aren't valid targets. The current mako template causes `make clean` to abend reporting that it can't make these targets.
This commit is contained in:
@@ -132,7 +132,12 @@ ${api_clean}:
|
||||
% endfor
|
||||
% endfor
|
||||
|
||||
% if agsuffix not in ["-api", "-cli"]:
|
||||
clean-all${agsuffix}: ${space_join(1)} docs-clean${agsuffix}
|
||||
% else:
|
||||
clean-all${agsuffix}: ${space_join(1)}
|
||||
% endif
|
||||
|
||||
cargo${agsuffix}: ${space_join(2)}
|
||||
publish${agsuffix}: | gen-all${agsuffix} ${space_join(4)}
|
||||
gen-all${agsuffix}: ${space_join(0)}
|
||||
|
||||
Reference in New Issue
Block a user