From 6f4b818e9830aecf97866cdfe0c8bbea3c737060 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 11 Dec 2013 17:43:37 +0000 Subject: [PATCH] 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 --- packaging/win32/build_tags.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/win32/build_tags.sh b/packaging/win32/build_tags.sh index 0f03ca49b7..c062382df5 100644 --- a/packaging/win32/build_tags.sh +++ b/packaging/win32/build_tags.sh @@ -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