summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-07-28 17:28:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:18 -0500
commit9451a51b59a71b87c3a2afb9cbc3812a7a578a9a (patch)
treefff5e19ba9239dce75183300f9546d10ff4d2fb4 /source3
parent6ccc69c5323c054c51449449d2f6ebaa4fd074b4 (diff)
downloadsamba-9451a51b59a71b87c3a2afb9cbc3812a7a578a9a.tar.gz
samba-9451a51b59a71b87c3a2afb9cbc3812a7a578a9a.tar.bz2
samba-9451a51b59a71b87c3a2afb9cbc3812a7a578a9a.zip
r8834: fixing SWAT install after docs changeswat/help/welcome.html
(This used to be commit 6fb371f0c87379a9812ff0cad30c739df171a462)
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/script/installswat.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh
index 53c268a95a..2b99b9c57f 100755
--- a/source3/script/installswat.sh
+++ b/source3/script/installswat.sh
@@ -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 @@ done
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