Blob Blame History Raw
--- a/tools/install_data.sh	2010-12-28 22:37:10.000000000 +0100
+++ b/tools/install_data.sh	2011-12-20 20:47:00.195311126 +0100
@@ -4,9 +4,9 @@
   pkg=$1.tgz
   ddir=$2
   pkgz=../BaseData/$pkg
-  if [ ! -e $pkgz ]; then
-     wget http://download.origo.ethz.ch/skychart/2443/$pkg -O $pkgz
-  fi
+#  if [ ! -e $pkgz ]; then
+#     wget http://download.origo.ethz.ch/skychart/2443/$pkg -O $pkgz
+#  fi
   tar xvzf $pkgz -C $ddir
 }
 
@@ -42,12 +42,12 @@
   install -v -m 644  $f $destdir/share/skychart/$f
 done
 
-if [ ! -d doc/wiki_doc ]; then
-  cd wiki_doc
-  ./getdoc.sh
-  ./copydoc.sh
-  cd ..
-fi
+#if [ ! -d doc/wiki_doc ]; then
+#  cd wiki_doc
+#  ./getdoc.sh
+#  ./copydoc.sh
+#  cd ..
+#fi
 
 for f in $(find doc/wiki_doc/|grep -v .svn)
 do