From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.1.3 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 6AFB0BBCA for ; Sat, 1 Mar 2008 19:45:33 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAADczyUfBAkMth2dsb2JhbACQcAEBAQgKKZkj X-IronPort-AV: E=Sophos;i="4.25,432,1199660400"; d="scan'208";a="23243201" Received: from vega.fmf.uni-lj.si (HELO postar.fmf.uni-lj.si) ([193.2.67.45]) by mail4-smtp-sop.national.inria.fr with ESMTP; 01 Mar 2008 19:45:32 +0100 Received: from localhost (unknown [192.168.5.1]) by postar.fmf.uni-lj.si (Postfix) with ESMTP id 7DB9E38437E for ; Sat, 1 Mar 2008 19:45:30 +0100 (CET) X-Virus-Scanned: amavisd-new at spam.fmf.uni-lj.si Received: from postar.fmf.uni-lj.si ([192.168.5.5]) by localhost (spam.fmf.uni-lj.si [192.168.5.1]) (amavisd-new, port 10024) with ESMTP id 88qXo-mFFcd7 for ; Sat, 1 Mar 2008 19:45:30 +0100 (CET) Received: from [192.168.1.114] (BSN-77-148-136.static.dsl.siol.net [193.77.148.136]) (Authenticated sender: bauer) by postar.fmf.uni-lj.si (Postfix) with ESMTP id 2C0CB3843F5 for ; Sat, 1 Mar 2008 19:45:29 +0100 (CET) Message-ID: <47C9A4BA.7040504@fmf.uni-lj.si> Date: Sat, 01 Mar 2008 19:47:22 +0100 From: Andrej Bauer Reply-To: Andrej.Bauer@andrej.com User-Agent: Thunderbird 1.5.0.14ubu (X11/20080227) MIME-Version: 1.0 To: caml-list@yquem.inria.fr Subject: How to tell ocamlbuild to pass options to ocamldoc? Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; andrej:01 andrej:01 ocamldoc:01 -keep-code:01 ocamldoc:01 newbie:02 perhaps:05 flag:09 bauer:09 bauer:09 poking:09 suspect:09 fmf:86 should:13 but:14 Perhaps I am just blind, but I was unable to figure out after poking around for a while, how to tell ocamlbuild that it should pass the -keep-code flag to ocamldoc. I suspect I need to put something in _tags, but what? (I am an ocamlbuild newbie.) Andrej