From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 7112BBC37 for ; Tue, 29 Dec 2009 02:39:19 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmsBAL/sOEvRVdvikGdsb2JhbACDaZcnPwEBAQEJCQwHE6ovgVuFDodGAQIDBYEqgi5WBIJ9G4gW X-IronPort-AV: E=Sophos;i="4.47,465,1257116400"; d="scan'208";a="39448976" Received: from mail-ew0-f226.google.com ([209.85.219.226]) by mail2-smtp-roc.national.inria.fr with ESMTP; 29 Dec 2009 02:39:19 +0100 Received: by ewy26 with SMTP id 26so7926522ewy.3 for ; Mon, 28 Dec 2009 17:39:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=7kkFJnOMRNqNZt1MsXeGL5DInI1bDyWUNb94q0g3JRI=; b=wl25FaamKQ5LZeU2dozq9rMgtJAEVr+BjFVEpLJ/dlucbOM7C28DEwuS2Z2skVf7mB pIUMWXs5SMR8Je0k9657IonfyKhRoW7oOJKgdmDwD5OWX9WHNwWYsfRqWhVAhTgAE0KG sC8B2RQC+ILpAHB47mBYbv9HNk7J2t3w6gMiw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=wVHo0Bzk+L8j7VDLoVVEfxu1qRVz2Z8KWh6TYVRNNSgo6e4j37+5B52ukvIcoxlMpa qSSrlvNl23qxku7eb+xGz9szVC3+Z+KG9kvPaP82pHjrJD6/gVMus3QOLNCOCUELR5m2 Br3Y9zMTT90pWPeMmMxIdrC+8xVIFjFj+k+Ww= MIME-Version: 1.0 Sender: daniel.c.buenzli@gmail.com Received: by 10.213.50.139 with SMTP id z11mr6668978ebf.13.1262050758666; Mon, 28 Dec 2009 17:39:18 -0800 (PST) In-Reply-To: <51332.216.73.248.73.1262042445.squirrel@webmail.amnh.org> References: <51332.216.73.248.73.1262042445.squirrel@webmail.amnh.org> Date: Tue, 29 Dec 2009 10:39:18 +0900 X-Google-Sender-Auth: eeeb1ab253472291 Message-ID: <91a3da520912281739i77d11f6j4f8cac82a50375e5@mail.gmail.com> Subject: Re: [Caml-list] Confused about "copy_rule" From: =?UTF-8?Q?Daniel_B=C3=BCnzli?= To: lin hong Cc: caml-list@yquem.inria.fr Content-Type: text/plain; charset=UTF-8 X-Spam: no; 0.00; buenzli:01 iirc:01 signatures:01 caml-list:01 tree:02 pattern:04 confused:04 daniel:04 daniel:04 src:94 src:94 exists:05 i'm:09 rule:10 rule:10 > Does anyone has any idea about what "copy_rule" of Signatures.PLUGIN does? IIRC [copy src dst] copies the file or pattern [src] from your source tree (and maybe also from _build if it exists there but I'm not sure anymore) to [dst] in the _build directory. > it says "copy_rule name ?insert source destination" in the documentation, > is "name" here the name of the rule in "source" file? It is the name of the rule, the one that will be printed by ocamlbuild -documention. Best, Daniel