From 509cd11ac957c0ff97cbe9a0cd50852c74095e36 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 19 Mar 2008 20:56:43 +0000 Subject: migration of the old IntMap library from StdLib to a user contrib (Cachan/IntMap) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10699 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/stdlib/make-library-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/stdlib/make-library-files') diff --git a/doc/stdlib/make-library-files b/doc/stdlib/make-library-files index 6eb1333a5e..aed8536555 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 IntMap Relations Sets Sorting Wellfounded Setoids Program" +LIBDIRS="Arith NArith ZArith Reals Logic Bool Lists Relations Sets Sorting Wellfounded Setoids Program" rm -f library.files.ls.tmp (cd $COQTOP/theories; find $LIBDIR -name "*.v" -ls) > library.files.ls.tmp -- cgit v1.2.3