Blob Blame History Raw
diff -ur skychart_3.2/tools/install_data.sh skychart_3.2.new/tools/install_data.sh
--- skychart_3.2/tools/install_data.sh	2010-08-22 21:00:39.000000000 +0200
+++ skychart_3.2.new/tools/install_data.sh	2011-02-16 13:14:44.331141668 +0100
@@ -32,12 +32,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