Commit 949733a9 authored by Michael Shigorin's avatar Michael Shigorin

report-targets: tweak targets

There's yet another m-p target class, ve/*; and let's put a semicolon after anything else, too.
parent c9806d9b
...@@ -21,10 +21,10 @@ while read first second third rest; do ...@@ -21,10 +21,10 @@ while read first second third rest; do
for to in $TO; do for to in $TO; do
out=" \"$FROM\" -> \"$to\"" out=" \"$FROM\" -> \"$to\""
case $to in case $to in
*distro/*|*vm/*) *distro/*|*vm/*|*ve/*)
echo "$out [weight=10];";; echo "$out [weight=10];";;
*) *)
echo "$out";; echo "$out;";;
esac esac
done done
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment