[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Transition from dpkg to GNU install-info



On 2009-04-14 16:25 +0200, Nicolas François wrote:

> On Mon, Mar 16, 2009 at 01:36:35PM +0100, Norbert Preining wrote:
>> On Mo, 16 Mär 2009, Nicolas François wrote:
>> 
>> > I will try to review update-info-dir next week.
>> 
>> That would be great, please use the version from svn always, thanks.
>> http://svn.debian.org/wsvn/debian-tex/texinfo/branches/split-ii/debian/update-info-dir?op=file&rev=0&sc=0
>
> update-info-dir is simple, so easy to review. Thanks ;)
>
>> for i in `find "$INFODIR" -name \*.info.gz -or -name \*.info` ; do
>
> I don't think all info files are named *.info.gz or *.info.
>
> For example I have:
>  /usr/share/info/texinfo.gz
>  /usr/share/info/groff.gz
>  /usr/share/info/emacs-22/mh-e.gz
>
> Maybe all files from /usr/share/info should be taken into account, except:
>  dir)
>  dir.old)
>  *-[0-9])
>  *-[0-9].gz)

This is not quite enough for really big manuals that are split into more
than ten files.  So should we add 

  *-[1-9][0-9])
  *-[1-9][0-9].gz)

to that list (and hope that there won't ever be a manual that is split
into more than hundred files) ?

Sven


Reply to: