tamer: {tools=>build-aux}/asg-ontviz

Now that these are actually intended to be used as part of the build, this
is a more appropriate location.  I originally wrote it as a manual tool.

DEV-13708
main
Mike Gerwitz 2023-03-10 15:10:13 -05:00
parent a5b03e8790
commit 18fa910e0f
3 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ rustdoc:
RUSTFLAGS="$(RUSTFLAGS)" @CARGO@ +@RUST_TC@ @CARGO_FLAGS@ @CARGO_DOC_FLAGS@ doc --document-private-items @FEATURES@
$(ontviz_svg): FORCE
tools/asg-ontviz | $(DOT) -Tsvg > $@
build-aux/asg-ontviz | $(DOT) -Tsvg > $@
# note that 'cargo check' is something else; see 'cargo --help'
test: check
@ -64,7 +64,7 @@ check-cargo:
.PHONY: check-docgen
check-docgen:
tools/asg-ontviz >/dev/null
build-aux/asg-ontviz >/dev/null
.PHONY: check-system
check-system: bin