summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-07-08 19:44:41 +0000
committerGerald Carter <jerry@samba.org>2004-07-08 19:44:41 +0000
commita60cf8978f3463e7f06ee95a8fa565361613fea3 (patch)
tree7c95cee71a1b29139ac285defd10257524e14c6f /source/script
parentd7a24eda3223b2b9e6577a03276ac8756a5f9a8d (diff)
downloadsamba-a60cf8978f3463e7f06ee95a8fa565361613fea3.tar.gz
samba-a60cf8978f3463e7f06ee95a8fa565361613fea3.tar.xz
samba-a60cf8978f3463e7f06ee95a8fa565361613fea3.zip
r1410: fix another bug caused by the docs target directories change
Diffstat (limited to 'source/script')
-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