From ee8af7b5d819c75c8372bbc1c22161f7aeec13f6 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 19 May 2014 13:59:15 +0000 Subject: Improve previous. --- doc/guide/files/build.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'doc/guide') diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index 4cada7bb3fe..a11e4ae3378 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ - + The build process @@ -299,14 +299,18 @@ MASTER_SITES= http://www.example.com/download.cgi?file= The exception to this rule are URLs starting with a dash. - In that case the URL is taken as is, fetched and the result stored - under the name of the distfile. - You can use this style for the case download URL style does not - match to above usuall case. - For example, permanent download URL is a redirecter to real download URL, - or download file name is offerd by HTTP Content-Disposition header. + In that case the URL is taken as is, fetched and the result + stored under the name of the distfile. You can use this style + for the case when the download URL style does not match the + above common case. For example, if permanent download URL is a + redirector to the real download URL, or the download file name + is offered by an HTTP Content-Disposition header. In the + following example, foo-1.0.0.tar.gz will be + created instead of the default + v1.0.0.tar.gz. +DISTNAME= foo-1.0.0 MASTER_SITES= -http://www.example.com/archive/v1.0.0 -- cgit v1.2.3