summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-28 07:22:59 +0000
committerJeremy Allison <jra@samba.org>1998-11-28 07:22:59 +0000
commit35d3b4641d1251db2c1b3b97cc232a209dc98cad (patch)
treef8fcf5fc5b0287ceca30fdbe64e2707e79c71a98
parenta7c2908a29e8fa386764eb46e4106a73ca399740 (diff)
downloadsamba-35d3b4641d1251db2c1b3b97cc232a209dc98cad.tar.gz
samba-35d3b4641d1251db2c1b3b97cc232a209dc98cad.tar.xz
samba-35d3b4641d1251db2c1b3b97cc232a209dc98cad.zip
Install all html docs in yodl help directory - sync with HEAD.
Jeremy.
-rwxr-xr-xsource/script/installswat.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/script/installswat.sh b/source/script/installswat.sh
index c2a1f423ad2..cc2ab943d9a 100755
--- a/source/script/installswat.sh
+++ b/source/script/installswat.sh
@@ -32,6 +32,13 @@ for f in $SRCDIR../swat/help/*.html; do
chmod 0644 $FNAME
done
+for f in $SRCDIR../docs/htmldocs/*.html; do
+ FNAME=$SWATDIR/help/`basename $f`
+ echo $FNAME
+ cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
+ chmod 0644 $FNAME
+done
+
for f in $SRCDIR../swat/include/*.html; do
FNAME=$SWATDIR/include/`basename $f`
echo $FNAME