install all html docs in yodl help directory
authorAndrew Tridgell <tridge@samba.org>
Fri, 27 Nov 1998 06:09:03 +0000 (06:09 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 27 Nov 1998 06:09:03 +0000 (06:09 +0000)
(This used to be commit ed4d1062b2655d59f6904344e708aa53af235ad5)

source3/script/installswat.sh

index c2a1f423ad2aedc3ab7eb61e2c859a8ebb1968ae..cc2ab943d9a1a0ed92d103d0d8d492c66bcaf00a 100755 (executable)
@@ -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