1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Omit html documentation tree because it has been moved to the separate

module. Install though, in case one recreates the tree as it was before.


rafal
(This used to be commit d6857d191ca5aa24f791880e517b0e8db3d587eb)
This commit is contained in:
Rafal Szczesniak 2003-11-12 13:02:25 +00:00
parent e1c468477c
commit daea4804c3

View File

@ -62,14 +62,17 @@ for ln in $LANGS; do
done
# Install html documentation
# Install html documentation (if html documentation tree is here)
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
if [ -d $SRCDIR../docs/htmldocs/ ]; then
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
fi
# Install Using Samba book (but only if it is there)