Browse thread
ocamlbuild - how to force the rebuilding of a target inside a plugin?
- Vincent Aravantinos
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Vincent Aravantinos <vincent.aravantinos@g...> |
| Subject: | ocamlbuild - how to force the rebuilding of a target inside a plugin? |
Hi list, does anybody (Nicolas?) knows if it is possible to force a target to be rebuilt from within an ocamlbuild plugin? Concretely I am making a plugin for LaTeX compilation and would like to say to ocamlbuild: "first compile the source, then if the .aux file has changed then recompile it". V.