mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Merge from 3.0:
- Don't install text docs
(This used to be commit 1d9d49c918
)
This commit is contained in:
parent
4d347bd5df
commit
70c8d35b24
@ -98,15 +98,6 @@ add_dynamic_entries()
|
||||
# Create a symbolic link to the Samba book in docs/ for beginners
|
||||
echo 's none samba/docs/samba_book=htmldocs/using_samba'
|
||||
|
||||
echo "#\n# Text Docs \n#"
|
||||
echo d none samba/docs/textdocs 0755 root other
|
||||
cd $DISTR_BASE/docs/textdocs
|
||||
for textdoc in *
|
||||
do
|
||||
if [ -f $textdoc ]; then
|
||||
echo f none samba/docs/textdocs/$textdoc=docs/textdocs/$textdoc 0644 root other
|
||||
fi
|
||||
done
|
||||
echo "#\n# SWAT \n#"
|
||||
cd $DISTR_BASE
|
||||
list=`find swat -type d | grep -v "/CVS$"`
|
||||
|
Loading…
Reference in New Issue
Block a user