From c1a0b0a9e7ce57bdb0e5341f8d272bc02a4b6e84 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 8 Jul 2004 19:44:41 +0000 Subject: r1410: fix another bug caused by the docs target directories change (This used to be commit e13d15994d93b0b17ea4f547cc6e279c3509a7d0) --- source3/script/installswat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/installswat.sh') diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh index 67586a8967..9e3ab689b4 100755 --- a/source3/script/installswat.sh +++ b/source3/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 -- cgit