diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-27 19:27:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-27 19:27:37 +0000 |
commit | 9a144c42953422b53cf65aa20a960b7357efdc45 (patch) | |
tree | 811cdd09c04ffe94db9e855f6abc16b3f9bc6054 | |
parent | b829fee1452643d6ef88a649a7e330b05a5ff591 (diff) | |
download | pkgsrc-9a144c42953422b53cf65aa20a960b7357efdc45.tar.gz |
Fix XML.
-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 c3842e93274..95667324ff7 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.54 2008/07/23 15:33:44 kano Exp $ --> +<!-- $NetBSD: build.xml,v 1.55 2008/07/27 19:27:37 joerg Exp $ --> <chapter id="build"> <title>The build process</title> @@ -218,7 +218,7 @@ GTKDIR_DEFAULT= ${LOCALBASE} If users would like to have their pkgsrc trees behave in a read-only manner, then the value of <varname>CREATE_WRKDIR_SYMLINK</varname> should be set to - <emphasis>no</emphasis>. + <emphasis>no</emphasis>.</para> </sect1> <sect1 id="build.running"> |