Skip to content

Commit

Permalink
Disable @readme rules when Graphviz not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed May 27, 2023
1 parent 7262a1d commit d2f738e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions img/dune
Expand Up @@ -2,6 +2,7 @@
(alias readme)
(target findlib-depends-dune-release.svg)
(mode promote)
(enabled_if %{bin-available:dot})
(action
(with-stdout-to %{target}
(pipe-stdout
Expand All @@ -12,6 +13,7 @@
(alias readme)
(target findlib-rdepends-fmt.svg)
(mode promote)
(enabled_if %{bin-available:dot})
(action
(with-stdout-to %{target}
(pipe-stdout
Expand All @@ -22,6 +24,7 @@
(alias readme)
(target findlib-depends-dune-release-rdepends-fmt.svg)
(mode promote)
(enabled_if %{bin-available:dot})
(action
(with-stdout-to %{target}
(pipe-stdout
Expand All @@ -32,6 +35,7 @@
(alias readme)
(target opam-depends-dune-release.svg)
(mode promote)
(enabled_if %{bin-available:dot})
(action
(with-stdout-to %{target}
(pipe-stdout
Expand All @@ -42,6 +46,7 @@
(alias readme)
(target opam-rdepends-fmt.svg)
(mode promote)
(enabled_if %{bin-available:dot})
(action
(with-stdout-to %{target}
(pipe-stdout
Expand All @@ -52,6 +57,7 @@
(alias readme)
(target opam-depends-dune-release-rdepends-fmt.svg)
(mode promote)
(enabled_if %{bin-available:dot})
(action
(with-stdout-to %{target}
(pipe-stdout
Expand Down

0 comments on commit d2f738e

Please sign in to comment.