summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsource/script/installswat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/installswat.sh b/source/script/installswat.sh
index 67586a89674..9e3ab689b4d 100755
--- a/source/script/installswat.sh
+++ b/source/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