1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Add workaround for docs build and dependency on parameters.all.xml

(cherry picked from commit d4f5b5255f)
This commit is contained in:
Gerald (Jerry) Carter 2008-08-25 16:08:28 -05:00 committed by Karolin Seeger
parent d4f5caa3d3
commit c8154142d9

View File

@ -5,7 +5,10 @@ DOCSRCDIR=`dirname $0`/../docs-xml
cd $DOCSRCDIR || exit 1 cd $DOCSRCDIR || exit 1
git-clean -d -x -f 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 if [ $? != 0 ]; then
echo "Docs build failed!" echo "Docs build failed!"