svn commit: r40795 - in head/en_US.ISO8859-1/books/handbook: cutting-edge introduction mirrors
Hiroki Sato
hrs at FreeBSD.org
Tue Jan 29 16:17:11 UTC 2013
Warren Block <wblock at wonkity.com> wrote
in <alpine.BSF.2.00.1301290832200.27370 at wonkity.com>:
wb> http://lists.freebsd.org/pipermail/freebsd-doc/2013-January/021316.html
wb>
wb> On my local copy with GEN_INDEX=yes, I see that error. I have not yet
wb> updated to get your changes, but thought they were to fix that
wb> problem.
The culprit was the following change in cutting-edge/chapter.xml in
your commit at r40787:
<indexterm>
- <primary>CVS</primary>
- <secondary>anonymous</secondary>
+ <primary>Subversion</primary>
</indexterm>
The introduction/chapter.xml file had the following fragment:
<indexterm>
<primary>Subversion</primary>
<see>SVN</see>
</indexterm>
In short: a word "Subversion" is indexed as "see SVN" in
introduction/chapter.xml. However, another index definition of the
word is in cutting-edge/chapter.xml at the same time.
If we use <see> to index a word "X" somewhere, we are no longer able
to define another index for "X" because they always conflict with
each other.
-- Hiroki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-doc-all/attachments/20130130/03bf79b3/attachment.sig>
More information about the svn-doc-all
mailing list