diff --git a/doc/dune-files.rst b/doc/dune-files.rst index d3eaa935..b832f6cf 100644 --- a/doc/dune-files.rst +++ b/doc/dune-files.rst @@ -457,9 +457,9 @@ For instance: .. code:: scheme (rule - (targets b - (deps a - (action (copy %{deps} %{targets}))))) + (targets b) + (deps a) + (action (copy %{deps} %{targets}))) In this example it is obvious by inspecting the action what the dependencies and targets are. When this is the case you can use the