Merge from 3.0:
authorTim Potter <tpot@samba.org>
Thu, 9 Oct 2003 05:51:52 +0000 (05:51 +0000)
committerTim Potter <tpot@samba.org>
Thu, 9 Oct 2003 05:51:52 +0000 (05:51 +0000)
 - Don't install text docs

packaging/Solaris/makepkg.sh.tmpl

index df9d6b89d58010646b257ed271a9279a39cb4956..2a46321f81890f66b554e583533e16c7c3adb4cc 100755 (executable)
@@ -98,15 +98,6 @@ add_dynamic_entries()
   # Create a symbolic link to the Samba book in docs/ for beginners
   echo 's none samba/docs/samba_book=htmldocs/using_samba'
 
-  echo "#\n# Text Docs \n#"
-  echo d none samba/docs/textdocs 0755 root other
-  cd $DISTR_BASE/docs/textdocs
-  for textdoc in *
-  do 
-    if [ -f $textdoc ]; then
-      echo f none samba/docs/textdocs/$textdoc=docs/textdocs/$textdoc 0644 root other
-    fi
-  done
   echo "#\n# SWAT \n#"
   cd $DISTR_BASE
   list=`find swat -type d | grep -v "/CVS$"`