From 33615bbb9ab581b985dd231a34880af299b98d60 Mon Sep 17 00:00:00 2001 From: pboutill Date: Thu, 7 Jul 2011 15:17:00 +0000 Subject: coq_makefile documentation in Refman and -h git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14270 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tools/coq_makefile.ml4 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/coq_makefile.ml4 b/tools/coq_makefile.ml4 index 3ea9ce3a8e..82c6b72fa5 100644 --- a/tools/coq_makefile.ml4 +++ b/tools/coq_makefile.ml4 @@ -68,13 +68,14 @@ coq_makefile [subdirectory] .... [file.v] ... [file.ml[i4]?] ... [-custom [file.v]: Coq file to be compiled [file.ml[i4]?]: Objective Caml file to be compiled -[subdirectory] : subdirectory that should be \"made\" +[subdirectory] : subdirectory that should be \"made\" and has a + Makefile itself to do so. [-custom command dependencies file]: add target \"file\" with command \"command\" and dependencies \"dependencies\" -[-I dir]: look for dependencies in \"dir\" -[-R physicalpath logicalpath]: look for dependencies resursively starting from - \"physicalpath\". The logical path associated to the physical path is - \"logicalpath\". +[-I dir]: look for Objective Caml dependencies in \"dir\" +[-R physicalpath logicalpath]: look for Coq dependencies resursively + starting from \"physicalpath\". The logical path associated to the + physical path is \"logicalpath\". [VARIABLE = value]: Add the variable definition \"VARIABLE=value\" [-byte]: compile with byte-code version of coq [-opt]: compile with native-code version of coq -- cgit v1.2.3