From fea880f31f63af0e9789bc6a82f97ab1fc79e57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Dimino?= Date: Tue, 28 Feb 2017 23:28:35 +0000 Subject: [PATCH] Update the manual --- doc/manual.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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