Fix doc for (preprocess (per_file ...))

This commit is contained in:
Jeremie Dimino 2017-06-01 11:19:59 +01:00
parent 52df4a4af3
commit 827aac0e43
1 changed files with 2 additions and 2 deletions

View File

@ -822,8 +822,8 @@ doesn't use the ``-pp`` or ``-ppx`` of the various OCaml tools.
.. code:: scheme
(preprocess (per_file
((command "./pp.sh X=1" (foo bar)))
((command "./pp.sh X=2" (baz)))))
(((action (run ./pp.sh X=1 ${<})) (foo bar)))
(((action (run ./pp.sh X=2 ${<})) (baz)))))
Dependency specification
------------------------