diff options
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/installswat.sh | 2 |
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 |