build: Fix... now?

This commit is contained in:
William Floyd 2020-03-13 04:48:47 +01:00
parent b163735300
commit b8d04f822c
Signed by untrusted user who does not match committer: william
GPG key ID: B3EEEDD81893CAF9

View file

@ -9,6 +9,6 @@ sed -e 's/\[depend_value\]/[color=blue]/' \
-e 's/\[proxy_function\]/\[color=dodgerblue\]/' \
-e 's/\[documented\]/\[fillcolor=darkolivegreen1\]/' \
-e 's/\[done\]/\[fillcolor=chartreuse\]/' \
-e 's/\[depend_function\]/\[color=cornflowerblue\]/' connections.dot | fdp -Ln5 -Tsvg > "${__target}"
-e 's/\[depend_function\]/\[color=cornflowerblue\]/' 'src/connections.dot' | fdp -Ln5 -Tsvg > "${__target}"
exit