diff --git a/setup_boostbook.py b/setup_boostbook.py index f8e32a5..64e7249 100644 --- a/setup_boostbook.py +++ b/setup_boostbook.py @@ -10,12 +10,13 @@ # right now it is used only be release scripts # User configuration +# (MAINTANERS: please, keep in synch with setup_boostbook.sh) DOCBOOK_XSL_VERSION = "1.73.2" DOCBOOK_DTD_VERSION = "4.2" FOP_VERSION = "0.94" FOP_JDK_VERSION="1.4" -FOP_MIRROR = "http://mirrors.ibiblio.org/pub/mirrors/apache/xmlgraphics/fop" -SOURCEFORGE_MIRROR = "http://puzzle.dl.sourceforge.net" +FOP_MIRROR = "http://mirrors.ibiblio.org/pub/mirrors/apache/xmlgraphics/fop/binaries" +SOURCEFORGE_MIRROR = "http://dl.sourceforge.net" # No user configuration below this point------------------------------------- diff --git a/setup_boostbook.sh b/setup_boostbook.sh index 1c68b14..b63d16f 100644 --- a/setup_boostbook.sh +++ b/setup_boostbook.sh @@ -6,11 +6,12 @@ # http://www.boost.org/LICENSE_1_0.txt) # User configuration +# (MAINTANERS: please, keep in synch with setup_boostbook.py) DOCBOOK_XSL_VERSION=1.73.2 DOCBOOK_DTD_VERSION=4.2 FOP_VERSION=0.94 FOP_JDK_VERSION=1.4 -FOP_MIRROR=http://mirrors.ibiblio.org/pub/mirrors/apache/xmlgraphics/fop +FOP_MIRROR=http://mirrors.ibiblio.org/pub/mirrors/apache/xmlgraphics/fop/binaries SOURCEFORGE_MIRROR=http://dl.sourceforge.net HTTP_GET_CMD="curl -O"