From 35d3b4641d1251db2c1b3b97cc232a209dc98cad Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 28 Nov 1998 07:22:59 +0000 Subject: Install all html docs in yodl help directory - sync with HEAD. Jeremy. --- source/script/installswat.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit