svn commit: samba r8834 - in branches/SAMBA_3_0/source/script: .

jerry at samba.org jerry at samba.org
Thu Jul 28 17:28:21 GMT 2005


Author: jerry
Date: 2005-07-28 17:28:20 +0000 (Thu, 28 Jul 2005)
New Revision: 8834

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8834

Log:
fixing SWAT install after docs changeswat/help/welcome.html
Modified:
   branches/SAMBA_3_0/source/script/installswat.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/installswat.sh
===================================================================
--- branches/SAMBA_3_0/source/script/installswat.sh	2005-07-28 15:01:29 UTC (rev 8833)
+++ branches/SAMBA_3_0/source/script/installswat.sh	2005-07-28 17:28:20 UTC (rev 8834)
@@ -3,7 +3,7 @@
 
 SWATDIR=`echo $1 | sed 's/\/\//\//g'`
 SRCDIR=$2/
-BOOKDIR=$SWATDIR/using_samba
+BOOKDIR=$SWATDIR/help/using_samba
 
 echo Installing SWAT in $SWATDIR
 echo Installing the Samba Web Administration Tool
@@ -75,7 +75,7 @@
 
 if [ -d $SRCDIR../docs/htmldocs/ ]; then
 
-    for dir in htmldocs/ htmldocs/Samba-HOWTO-Collection htmldocs/Samba-Guide htmldocs/Samba-Developers-Guide
+    for dir in htmldocs/manpages  htmldocs/Samba3-ByExample  htmldocs/Samba3-Developers-Guide  htmldocs/Samba3-HOWTO  
     do 
     
       if [ ! -d $SRCDIR../docs/$dir ]; then



More information about the samba-cvs mailing list