On Sun, 21 Feb 2010 23:15:09 +0100, Vincent Aravantinos 
<vincent.aravanti...@gmail.com> wrote:
> 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".

I would suggest to not try to bypass the dependency system and to instead
try to make a rule that fits ocamlbuild mechanism. However the simpler
is maybe to call a tool which does this job like rubber.

-- 
Nicolas Pouillard
http://nicolaspouillard.fr

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to