1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +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 commit is contained in:
Rafal Szczesniak
-
parent b3e024ce1d
commit d6857d191c

View File

@@ -62,14 +62,17 @@ for ln in $LANGS; do
done done
# Install html documentation # Install html documentation (if html documentation tree is here)
for f in $SRCDIR../docs/htmldocs/*.html; do if [ -d $SRCDIR../docs/htmldocs/ ]; then
FNAME=$SWATDIR/help/`basename $f`
echo $FNAME for f in $SRCDIR../docs/htmldocs/*.html; do
cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges? FNAME=$SWATDIR/help/`basename $f`
chmod 0644 $FNAME echo $FNAME
done 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) # Install Using Samba book (but only if it is there)