Add workaround for docs build and dependency on parameters.all.xml
authorGerald (Jerry) Carter <jerry@samba.org>
Mon, 25 Aug 2008 21:08:28 +0000 (16:08 -0500)
committerKarolin Seeger <kseeger@samba.org>
Fri, 5 Sep 2008 08:59:37 +0000 (10:59 +0200)
(cherry picked from commit d4f5b5255f9b95050ddd9d67bd3958402be77918)
(This used to be commit c8154142d97ccf973feb36d77f932c893fda0af5)

release-scripts/build-docs

index 529a1c07f18808375ffd802a9c3c15bc37251c3c..fa38d8dd2c1ba327d78a61c9e44a1e1890a0b83a 100755 (executable)
@@ -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
\ No newline at end of file
+exit