2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-26 18:20:22 +01:00
This commit is contained in:
Thomas Nagy 2012-01-02 20:26:06 +01:00
parent dd4984aab0
commit 3561e05ed4

View File

@ -62,7 +62,7 @@ Remote directory containing downloadable waf tools. The missing tools can be dow
$ waf configure --download
"""
remote_locs = ['branches/waf-%s/waflib/extras' % WAFVERSION, 'trunk/waflib/extras', 'trunk/waflib/Tools']
remote_locs = ['waflib/extras', 'waflib/Tools']
"""
Remote directories for use with :py:const:`waflib.Context.remote_repo`
"""