Build svn releases with documentation from a matching branch

This is a quick hack to get the last 2.4 gnucash build
use the 2.4 branch of the documentation.
This should be implemented properly for git as well still,
but may need some more thought.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23543 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2013-12-11 17:43:37 +00:00
parent 0065659b90
commit 6f4b818e98

View File

@ -95,6 +95,10 @@ for tag_rev in $tags ; do
# to name the log file
echo -n "REPOS_URL=" >> ${w32pkg}/custom.sh
echo "${TAG_URL}/${tag}" >> ${w32pkg}/custom.sh
# Use the proper branch for the documentation
echo -n "DOCS_URL=" >> ${w32pkg}/custom.sh
echo "http://svn.gnucash.org/repo/gnucash-docs/${tag_major}.${tag_minor}" >> ${w32pkg}/custom.sh
# BUILD_FROM_TARBALL is special:
# in install.sh place we check !=yes, in defaults.sh =yes, in dist.sh =no