mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
Add workaround for docs build and dependency on parameters.all.xml
(cherry picked from commitd4f5b5255f
) (This used to be commitc8154142d9
)
This commit is contained in:
parent
72df999759
commit
a263fa04e4
@ -5,7 +5,10 @@ DOCSRCDIR=`dirname $0`/../docs-xml
|
||||
cd $DOCSRCDIR || exit 1
|
||||
|
||||
git-clean -d -x -f
|
||||
autoconf && ./configure --with-papersize=letter && make release
|
||||
autoconf && \
|
||||
./configure --with-papersize=letter && \
|
||||
make smbdotconf/parameters.all.xml && \
|
||||
make release
|
||||
|
||||
if [ $? != 0 ]; then
|
||||
echo "Docs build failed!"
|
||||
@ -22,4 +25,4 @@ cd ../docs || exit 1
|
||||
mv manpages-3 manpages
|
||||
mv htmldocs/manpages-3 htmldocs/manpages
|
||||
|
||||
exit
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user