--- install.sh.orig	Sat May 12 03:56:33 2001
+++ install.sh	Wed Sep 19 23:40:58 2001
@@ -91,7 +91,6 @@
 if test ! -d $Y_SITE/i; then mkdir $Y_SITE/i; fi
 if test ! -d $Y_SITE/i0; then mkdir $Y_SITE/i0; fi
 if test ! -d $Y_SITE/g; then mkdir $Y_SITE/g; fi
-if test ! -d $Y_SITE/doc; then mkdir $Y_SITE/doc; fi
 rm -f $Y_SITE/junk.tst
 touch ./junk.tst
 if test -f $Y_SITE/junk.tst; then
@@ -100,7 +99,6 @@
   cp -f i/*.i i/README $Y_SITE/i
   cp -f i0/*.i i0/README $Y_SITE/i0
   cp -f g/*.gs g/*.gp g/ps.ps g/README $Y_SITE/g
-  cp -f doc/*.tex doc/*.ps doc/*.pdf doc/FILE_FORMATS doc/README doc/*.doc $Y_SITE/doc
 fi
 rm -f ./junk.tst
 
