diff options
| author | letouzey | 2010-11-02 14:44:08 +0000 |
|---|---|---|
| committer | letouzey | 2010-11-02 14:44:08 +0000 |
| commit | df7acfad0ce0270b62644a5e9f8709ed0e7936e6 (patch) | |
| tree | 746850496c47f6618219ad5d5560f021b7b8e56b /doc/stdlib/make-library-files | |
| parent | e5c4bc888c1f0516928a32f70529f95e36243c5d (diff) | |
Move stuff about positive into a distinct PArith subdir
Beware! after this, a ./configure must be done. It might also
be a good idea to chase any phantom .vo remaining after a make clean
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13601 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/stdlib/make-library-files')
| -rwxr-xr-x | doc/stdlib/make-library-files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdlib/make-library-files b/doc/stdlib/make-library-files index 39cedbec48..c071c4a2e4 100755 --- a/doc/stdlib/make-library-files +++ b/doc/stdlib/make-library-files @@ -10,7 +10,7 @@ # En supposant que make fait son boulot, ca fait un tri topologique du # graphe des dépendances -LIBDIRS="Arith NArith ZArith Reals Logic Bool Lists Relations Sets Sorting Wellfounded Setoids Program Classes Numbers" +LIBDIRS="Arith PArith NArith ZArith Reals Logic Bool Lists Relations Sets Sorting Wellfounded Setoids Program Classes Numbers" rm -f library.files.ls.tmp (cd $COQSRC/theories; find $LIBDIR -name "*.v" -ls) > library.files.ls.tmp |
