diff options
Diffstat (limited to 'doc/stdlib')
| -rwxr-xr-x | doc/stdlib/make-library-index | 2 |
1 files changed, 1 insertions, 1 deletions
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` |
