github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/scripts/schemadocs/Makefile (about) 1 output.html: ../../apiserver/facades/schema.json 2 go run ./schemadocs.go ../../apiserver/facades/schema.json > output.html 3 4 open: output.html 5 xdg-open output.html >/dev/null 2>&1 6 7 clean: 8 rm output.html