diff options
-rw-r--r-- | doc/guide/files/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index f1ea270f07f..fa9914bde92 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.65 2014/05/19 13:15:10 obache Exp $ --> +<!-- $NetBSD: build.xml,v 1.66 2014/05/19 13:16:56 obache Exp $ --> <chapter id="build"> <title>The build process</title> @@ -263,7 +263,7 @@ GTKDIR_DEFAULT= ${LOCALBASE} operator, but you have write for example:</para> <programlisting> -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} additional-files.tar.gz +DISTFILES= ${DEFAULT_DISTFILES} additional-files.tar.gz </programlisting> <para>Each distfile is fetched from a list of sites, usually |