mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
0065659b90
commit
6f4b818e98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user