From 05045be470969317f51827cd9823eb9e7801cb53 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 Nov 1998 06:09:03 +0000 Subject: [PATCH] install all html docs in yodl help directory (This used to be commit ed4d1062b2655d59f6904344e708aa53af235ad5) --- source3/script/installswat.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh index c2a1f423ad2..cc2ab943d9a 100755 --- a/source3/script/installswat.sh +++ b/source3/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 -- 2.34.1