diff options
| author | notin | 2006-04-14 10:34:47 +0000 |
|---|---|---|
| committer | notin | 2006-04-14 10:34:47 +0000 |
| commit | 95348ce89fd285985ba60ae2f231825758106069 (patch) | |
| tree | 7bd950fa4c34b5059ef568dbc8dd5515b974561a /configure | |
| parent | f2ffd8d6213b4d3a05b5925e616a2382c10a3451 (diff) | |
Maj configure, README, etc...
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8712 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ # ################################## -VERSION=trunk +VERSION=8.1-alpha DATE="Mar 2006" # a local which command for sh @@ -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 |
