[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Status of install-info
From: |
Ian Zimmerman |
Subject: |
Re: Status of install-info |
Date: |
Sat, 01 Jul 2006 19:14:36 -0700 (PDT) |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Okay, I have been pounding at this for a couple of days and I'm making
some progress, but right now I've hit a snag. I discovered that some
packages put symlinks in the info directory pointing to files in that
same directory.
So, if I just process every (appropriately named) file in the directory,
I'll end up with duplicate entries. This can be avoided with a search
data structure like a balanced tree or hash table, but that seems
_really_ overkill. OTOH I can't just ignore symlinks, they could point
somewhere else (e.g. /usr/share/<package>) and then I'd miss their
entries. Suggestions?
--
A true pessimist won't be discouraged by a little success.
- Re: Status of install-info,
Ian Zimmerman <=