diff options
author | joerg <joerg> | 2008-07-27 19:27:37 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-07-27 19:27:37 +0000 |
commit | 2e4a5b692bf7e3b05cec828a21224a96c743df02 (patch) | |
tree | 811cdd09c04ffe94db9e855f6abc16b3f9bc6054 /doc/guide | |
parent | c3bd774e8aca2000ac395c7a37d6869ed9455cfd (diff) | |
download | pkgsrc-2e4a5b692bf7e3b05cec828a21224a96c743df02.tar.gz |
Fix XML.
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 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"> |