summaryrefslogtreecommitdiff
path: root/source3/script/installswat.sh
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-10-18 17:20:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:03 -0500
commit63937fec90338fb5affe2d8cb2a568edae320acd (patch)
treeddd8eacc8281b4128e7542e445bcf4acb71bc7cd /source3/script/installswat.sh
parentb39fbaebe8d4af979d2199b65af7ae2a6b1c1971 (diff)
downloadsamba-63937fec90338fb5affe2d8cb2a568edae320acd.tar.gz
samba-63937fec90338fb5affe2d8cb2a568edae320acd.tar.bz2
samba-63937fec90338fb5affe2d8cb2a568edae320acd.zip
r11152: fix some regressions caused by the trunk->3.0 merge when install docs with SWAT
(This used to be commit e3c68738663701fde21baef03c36de303e7f1636)
Diffstat (limited to 'source3/script/installswat.sh')
-rwxr-xr-xsource3/script/installswat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh
index cba3a294f8..c5c285894e 100755
--- a/source3/script/installswat.sh
+++ b/source3/script/installswat.sh
@@ -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