r1410: fix another bug caused by the docs target directories change
authorGerald Carter <jerry@samba.org>
Thu, 8 Jul 2004 19:44:41 +0000 (19:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:10 +0000 (10:52 -0500)
source/script/installswat.sh

index 67586a896746147a91aa9140cbf66c96beb687bd..9e3ab689b4d659160ac4b35e639841e30dea65d8 100755 (executable)
@@ -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