From 169a08cf1656e5340d2833a8a7ca07ef25d740fb Mon Sep 17 00:00:00 2001 From: notin Date: Wed, 27 Feb 2008 14:36:18 +0000 Subject: Bug dans la génération de la stdlib git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10595 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/stdlib/make-library-index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/stdlib') diff --git a/doc/stdlib/make-library-index b/doc/stdlib/make-library-index index a2aed15f36..7da0f1f531 100755 --- a/doc/stdlib/make-library-index +++ b/doc/stdlib/make-library-index @@ -10,7 +10,7 @@ echo -n Building file index-list.prehtml ... LIBDIRS="Init Logic Bool Arith NArith ZArith QArith Relations Sets Setoids Lists Sorting Wellfounded IntMap FSets Reals Ints Ints/num Ints/Z Program Numbers Numbers/Natural/Abstract Numbers/Natural/Peano Numbers/Natural/Binary Numbers/Integer/Abstract Numbers/Integer/NatPairs Numbers/Integer/Binary Numbers/NatInt Strings" for k in $LIBDIRS; do - i=../theories/$k + i=theories/$k echo $i d=`basename $i` -- cgit v1.2.3