9 DOCSRCDIR
=`dirname $0`/..
/docs-xml
11 pushd $DOCSRCDIR ||
exit 1
15 .
/configure
--with-papersize=letter
&& \
16 make smbdotconf
/parameters.all.xml
&& \
20 _exit
"Docs build failed!"
24 rsync
-Ca --delete --exclude=.git output
/ ..
/docs
/
25 rsync
-Ca --exclude=.svn registry ..
/docs
/
26 rsync
-Ca --exclude=.svn archives
/ ..
/docs
/
28 cd ..
/docs || _exit
"Error changing dir to ${DOCSDIR}/../docs/"
30 /bin
/rm -rf test.pdf Samba4
*pdf htmldocs
/Samba4
* htmldocs
/test
31 mv manpages-3 manpages
32 mv htmldocs
/manpages-3 htmldocs
/manpages
34 cd ..
/docs-xml || _exit
"Error changing dir to ${DOCSDIR}/../docs-xml/"