diff options
author | Gerald Carter <jerry@samba.org> | 2004-07-08 19:44:41 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-07-08 19:44:41 +0000 |
commit | a60cf8978f3463e7f06ee95a8fa565361613fea3 (patch) | |
tree | 7c95cee71a1b29139ac285defd10257524e14c6f | |
parent | d7a24eda3223b2b9e6577a03276ac8756a5f9a8d (diff) | |
download | samba-a60cf8978f3463e7f06ee95a8fa565361613fea3.tar.gz samba-a60cf8978f3463e7f06ee95a8fa565361613fea3.tar.xz samba-a60cf8978f3463e7f06ee95a8fa565361613fea3.zip |
r1410: fix another bug caused by the docs target directories change
-rwxr-xr-x | source/script/installswat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |