From e13d15994d93b0b17ea4f547cc6e279c3509a7d0 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 8 Jul 2004 19:44:41 +0000 Subject: [PATCH] r1410: fix another bug caused by the docs target directories change --- source/script/installswat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1