Skip to content

Commit

Permalink
Maj configure, README, etc...
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8712 85f007b7-540e-0410-9357-904b9bb8a0f7
  • Loading branch information
notin committed Apr 14, 2006
1 parent f2ffd8d commit 95348ce
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions INSTALL
@@ -1,12 +1,12 @@

INSTALLATION PROCEDURES FOR THE COQ V8.0 SYSTEM
INSTALLATION PROCEDURES FOR THE COQ V8.1 SYSTEM
-----------------------------------------------

WHAT DO YOU NEED ?
==================

Coq is designed to work on computers equipped with the Unix operating
system. In order to compile Coq V8.0 you need:
system. In order to compile Coq V8.1 you need:

- Objective Caml version 3.06 or later
(available at http://caml.inria.fr/)
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.macosx
@@ -1,4 +1,4 @@
INSTALLATION PROCEDURE FOR THE COQ V8.0 SYSTEM UNDER MACOS X
INSTALLATION PROCEDURE FOR THE COQ V8.1 SYSTEM UNDER MACOS X
------------------------------------------------------------

1) Download archive coq-8.0-macosx.dmg.
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,5 +1,5 @@

THE COQ V8.0 SYSTEM
THE COQ V8.1 SYSTEM
===================

INSTALLATION.
Expand All @@ -11,7 +11,7 @@ INSTALLATION.
DOCUMENTATION.
==============

The documentation of Coq V8.0 is available by anonymous ftp (see below),
The documentation of Coq V8.1 is available by anonymous ftp (see below),
in a directory doc/. It is also available on Coq web site at
http://coq.inria.fr/doc-eng.html.

Expand Down
2 changes: 1 addition & 1 deletion README.win
@@ -1,4 +1,4 @@
THE COQ V8.0 SYSTEM
THE COQ V8.1 SYSTEM
===================

This file contains remarks specific to the windows port of Coq.
Expand Down
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -6,7 +6,7 @@
#
##################################

VERSION=trunk
VERSION=8.1-alpha
DATE="Mar 2006"

# a local which command for sh
Expand Down Expand Up @@ -467,7 +467,7 @@ PRINTF=`which printf`

# Subdirectories of theories/ added in coq_config.ml
subdirs () {
(cd $1; find * -type d ! -name CVS -exec $PRINTF "\"%s\";\n" {} \; | grep -v extraction/test | grep -v correctness >> $mlconfig_file)
(cd $1; find * -type d ! -name .svn -exec $PRINTF "\"%s\";\n" {} \; | grep -v extraction/test | grep -v correctness >> $mlconfig_file)
}

echo "let theories_dirs = [" >> $mlconfig_file
Expand Down

0 comments on commit 95348ce

Please sign in to comment.