summaryrefslogtreecommitdiff
path: root/source3/script/installswat.sh
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-07-08 19:44:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:10 -0500
commitc1a0b0a9e7ce57bdb0e5341f8d272bc02a4b6e84 (patch)
tree74857865e8bc450f68b7a5a5f8e837d5d340f9ad /source3/script/installswat.sh
parent0122d4ef5e441e5470e190b77567d00b703e549e (diff)
downloadsamba-c1a0b0a9e7ce57bdb0e5341f8d272bc02a4b6e84.tar.gz
samba-c1a0b0a9e7ce57bdb0e5341f8d272bc02a4b6e84.tar.bz2
samba-c1a0b0a9e7ce57bdb0e5341f8d272bc02a4b6e84.zip
r1410: fix another bug caused by the docs target directories change
(This used to be commit e13d15994d93b0b17ea4f547cc6e279c3509a7d0)
Diffstat (limited to 'source3/script/installswat.sh')
-rwxr-xr-xsource3/script/installswat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh
index 67586a8967..9e3ab689b4 100755
--- a/source3/script/installswat.sh
+++ b/source3/script/installswat.sh
@@ -75,7 +75,7 @@ done
if [ -d $SRCDIR../docs/htmldocs/ ]; then
- for dir in htmldocs/ htmldocs/howto htmldocs/guide htmldocs/devel
+ for dir in htmldocs/ htmldocs/Samba-HOWTO-Collection htmldocs/Samba-Guide htmldocs/Samba-Developers-Guide
do
if [ ! -d $SRCDIR../docs/$dir ]; then