mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 02:43:58 +00:00
boostbook: fixed FOP mirror URL in setup_boostbook.sh and .py (thanks Manuel Fiorelli); default values for user-configurable parameters brought in synch between the two scripts
[SVN r48350]
This commit is contained in:
parent
a8ff9364df
commit
bd57856bca
@ -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-------------------------------------
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user