diff options
author | kano <kano@pkgsrc.org> | 2009-02-11 05:05:20 +0000 |
---|---|---|
committer | kano <kano@pkgsrc.org> | 2009-02-11 05:05:20 +0000 |
commit | d974665a128b2b466951382c0c8e84bd0d28ef2d (patch) | |
tree | 58f23746542700ec1a89e816168eb25c5b486a83 /doc/guide | |
parent | e6b63ad6a151b0a01360154132edb7f9eb4be7fa (diff) | |
download | pkgsrc-d974665a128b2b466951382c0c8e84bd0d28ef2d.tar.gz |
add missing xml-tag
Diffstat (limited to 'doc/guide')
-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 e07a7036f89..4f7ada4a272 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.57 2009/02/10 19:24:37 joerg Exp $ --> +<!-- $NetBSD: build.xml,v 1.58 2009/02/11 05:05:20 kano Exp $ --> <chapter id="build"> <title>The build process</title> @@ -384,7 +384,7 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site}${file} ${FETCH_AFTER_ARGS} <para> The specific command and arguments used depend on the <varname>FETCH_USING</varname> parameter. The example above is - for <literal>FETCH_USING=custom</literal>. + for <literal>FETCH_USING=custom</literal>.</para> <para>The distfiles mirror run by the NetBSD Foundation uses the <emphasis>mirror-distfiles</emphasis> target to mirror the |