diff options
author | wiz <wiz> | 2005-05-24 12:39:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-05-24 12:39:00 +0000 |
commit | d150780983162c651751d13a71a3832f35a8bd19 (patch) | |
tree | f41003e4991af25097ab383d3fa621d8e4c95eab /doc/guide | |
parent | 1338f577c448d3e1084680a77b4aa221884dc255 (diff) | |
download | pkgsrc-d150780983162c651751d13a71a3832f35a8bd19.tar.gz |
Add an id to <book>, thus removing all automatic id[0-9]* ids from the guide.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/pkgsrc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/pkgsrc.xml b/doc/guide/files/pkgsrc.xml index edc4517af5f..19ecb2b7f19 100644 --- a/doc/guide/files/pkgsrc.xml +++ b/doc/guide/files/pkgsrc.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: pkgsrc.xml,v 1.6 2005/05/15 20:32:27 rillig Exp $ --> +<!-- $NetBSD: pkgsrc.xml,v 1.7 2005/05/24 12:39:00 wiz Exp $ --> <?xml version="1.0"?> @@ -11,7 +11,7 @@ <!ENTITY % chapters SYSTEM "chapters.ent"> %chapters; ]> -<book> +<book id="the-pkgsrc-guide"> <bookinfo> <title>The pkgsrc guide</title> <subtitle>Documentation on the NetBSD packages system</subtitle> @@ -45,7 +45,7 @@ <holder role="mailto:www@NetBSD.org">The NetBSD Foundation, Inc</holder> </copyright> - <pubdate>$NetBSD: pkgsrc.xml,v 1.6 2005/05/15 20:32:27 rillig Exp $</pubdate> + <pubdate>$NetBSD: pkgsrc.xml,v 1.7 2005/05/24 12:39:00 wiz Exp $</pubdate> <abstract> <para>Information about using the NetBSD package system (pkgsrc) |