Update the manual

This commit is contained in:
Jérémie Dimino 2017-02-28 23:28:35 +00:00
parent d627744513
commit fea880f31f
1 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ dependencies. See the [[User actions][actions section]] for more details.
(rule
((targets (<name>.ml))
(deps (<name>.mll))
(action (run ocamllex ${<}))))
(action (chdir ${ROOT} (run ocamllex ${<})))))
#+end_src
**** ocamlyacc
@ -471,7 +471,7 @@ dependencies. See the [[User actions][actions section]] for more details.
(rule
((targets (<name>.ml <name>.mli))
(deps (<name>.mly))
(action (run ocamlyacc ${<}))))
(action (chdir ${ROOT} (run ocamlyacc ${<})))))
#+end_src
**** alias