diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-24 12:39:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-24 12:39:00 +0000 |
commit | f85708c219c80a8dd0284ae8ca347a7cd79c50d5 (patch) | |
tree | f41003e4991af25097ab383d3fa621d8e4c95eab | |
parent | d1f3a37bf80a60115f5b4307332a0832db9ac82f (diff) | |
download | pkgsrc-f85708c219c80a8dd0284ae8ca347a7cd79c50d5.tar.gz |
Add an id to <book>, thus removing all automatic id[0-9]* ids from the 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) |