diff --git a/docs/buildroot.html b/docs/buildroot.html index b766e410b6..8d74410d80 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1061,12 +1061,12 @@ $(eval $(call GENTARGETS,package,libfoo,host))
LIBFOO_SITE_METHOD may contain the method to
fetch the package source code. It can either
be wget (for normal FTP/HTTP downloads of
- tarballs), svn or git. When not
- specified, it is guessed from the URL given
- in LIBFOO_SITE: git://
- and svn:// URLs will use the git
- and svn methods respectively. All other URL-types
- will use the wget method. So for example, in the
+ tarballs), svn, git or bzr.
+ When not specified, it is guessed from the URL given
+ in LIBFOO_SITE: svn://, git://
+ and bzr:// URLs will use the svn,
+ git and bzr methods respectively. All other
+ URL-types will use the wget method. So for example, in the
case of a package whose source code is available through
Subversion repository on HTTP, one must
specifiy LIBFOO_SITE_METHOD=svn. For svn