diff --git a/doc/manual.org b/doc/manual.org index 13166f72..7461aa2c 100644 --- a/doc/manual.org +++ b/doc/manual.org @@ -460,7 +460,7 @@ dependencies. See the [[User actions][actions section]] for more details. (rule ((targets (.ml)) (deps (.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 (.ml .mli)) (deps (.mly)) - (action (run ocamlyacc ${<})))) + (action (chdir ${ROOT} (run ocamlyacc ${<}))))) #+end_src **** alias