diff options
author | Alain Frisch <alain@frisch.fr> | 2012-07-27 12:56:38 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2012-07-27 12:56:38 +0000 |
commit | b8273637386e3a7a0c6c2fe03eff552f5b5c4c69 (patch) | |
tree | 9c0b93d5be275066fe2f66cecd97f9a89ed73e90 /man | |
parent | 3bb278c944e2d90f6c99443bdc06a95f2e15697d (diff) |
Document -ppx in ocamldep.m.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12788 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'man')
-rw-r--r-- | man/ocamldep.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/ocamldep.m b/man/ocamldep.m index be1e7348e..c654dc612 100644 --- a/man/ocamldep.m +++ b/man/ocamldep.m @@ -113,6 +113,10 @@ to call the given .I command as a preprocessor for each source file. .TP +.BI \-ppx \ command +Pipe abstract syntax tree through preprocessor +.IR command . +.TP .B \-slash Under Unix, this option does nothing. .TP |