r11152: fix some regressions caused by the trunk->3.0 merge when install docs with...
[ira/wip.git] / source3 / script / installswat.sh
index cba3a294f871a51cd586f8ecb7e78749126c26e1..c5c285894e7bf5945388d46ee0a9abca70d493ce 100755 (executable)
@@ -87,7 +87,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