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:
William Orr
2015-05-17 14:18:51 -07:00
parent a66f1ad728
commit bcf90cbcc8

View File

@@ -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)}