texinfo-devel
[Top][All Lists]
Advanced

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

Re: warning for index entry with :


From: Patrice Dumas
Subject: Re: warning for index entry with :
Date: Sun, 2 Oct 2011 01:06:06 +0200
User-agent: Mutt/1.4.2.2i

On Sat, Oct 01, 2011 at 10:37:32PM +0000, Karl Berry wrote:
>     ./maintain/regenerate_file_lists.pl
> 
> That file is not in the repository.

it should be in 
  tp/maintain/regenerate_file_lists.pl
but you have to run it from the tp directory.

> for file in ./t/include_reference/*.*; do \
>   bfile=`basename "$file"`; \
>   /usr/local/gnu/bin/install -c -m 644 "$file" "t/include_dir/$bfile"; \
> done
> /usr/local/gnu/bin/install: cannot stat `./t/include_reference/*.*': No such 
> file or directory
> make[2]: *** [all-local] Error 1
> make[2]: Leaving directory `/u/karl/gnu/src/texinfo/tp'

That puzzles me.  I see the files in the repository, and, unless I am
missing something the shell should always expand ./t/include_reference/*.*
tp the list of files...

They also are distributed in Makefile.am.

What does a 
  ls ./t/include_reference/*.*
give?

> It shouldn't be documented.  Instead, the right thing to do is make it
> the work the way every other package does.  Which I might just mean
> running regenerate_file_lists from autogen.sh, but I can't really know
> until I can get further.

Ok.

>     I hadn't understood that [#line] was for 5.0.
> 
> We can certainly postpone it if it turns out to be a pain.  But if it is
> easy, it would be a good thing.

Ok.  I'll certainly go through the TODO and the FIXME in the code for now,
and it is at the beginning, so it should be done next...  I still need 
some informations though, I'll certainly do a separate mail for that.

-- 
Pat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]