diff options
| author | notin | 2010-01-15 18:22:58 +0000 |
|---|---|---|
| committer | notin | 2010-01-15 18:22:58 +0000 |
| commit | a93b81cff868259561c548147dd5ce3267edd6ee (patch) | |
| tree | 0f0d69759e70e410e71812c352b4716c885985a2 | |
| parent | 5a21a70dd1a5be9a7de01bf1eeae630395a3dce4 (diff) | |
Report de la révision #12676
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12677 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | tools/coq_makefile.ml4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/coq_makefile.ml4 b/tools/coq_makefile.ml4 index 2ce895f1d3..617ca1d970 100644 --- a/tools/coq_makefile.ml4 +++ b/tools/coq_makefile.ml4 @@ -504,14 +504,14 @@ let rec process_cmd_line = function let banner () = print (Printf.sprintf -"########################################################################## -## v # The Coq Proof Assistant ## -## <O___,, # CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud ## -## \\VV/ # ## +"############################################################################# +## v # The Coq Proof Assistant ## +## <O___,, # CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud ## +## \\VV/ # ## ## // # Makefile automagically generated by coq_makefile V%s ## -########################################################################## +############################################################################# -" (Coq_config.version ^ String.make (7 - String.length Coq_config.version) ' ')) +" (Coq_config.version ^ String.make (10 - String.length Coq_config.version) ' ')) let warning () = print "# WARNING\n#\n"; |
