Re: `automake` error

2022-02-14 Thread pertusus
On Mon, Feb 14, 2022 at 03:21:59PM +, Werner LEMBERG wrote: > > > I reverted that change, and instead commited a fix using a > > generation of tp_api.texi in autogen.sh, based on your earlier > > proposal. Please check that it is ok... > > It works for me, too, thanks :-) > > Another thing:

Re: `automake` error

2022-02-14 Thread Werner LEMBERG
> I reverted that change, and instead commited a fix using a > generation of tp_api.texi in autogen.sh, based on your earlier > proposal. Please check that it is ok... It works for me, too, thanks :-) Another thing: After `./autogen.sh && ./configure && make` in the git repository, doing `git

Re: `automake` error

2022-02-14 Thread Patrice Dumas
On Mon, Feb 14, 2022 at 12:27:53PM +, Gavin Smith wrote: > > After saying `./autogen.sh` I see > > > > ``` > > automake: error: cannot open < doc/tp_api/tp_api.texi: No such file or > > directory > > ``` > > I committed a fix for this but don't know if it's correct: I reverted that change, a

Re: `automake` error

2022-02-14 Thread Patrice Dumas
On Sat, Feb 12, 2022 at 06:30:36PM +, Werner LEMBERG wrote: > > automake: error: cannot open < doc/tp_api/tp_api.texi: No such file or > directory I indeed added recently the doc/tp_api/tp_api.texi for distribution as it is useful for the HTML customization API and referenced in many places

AW: Feature request: api docs

2022-02-14 Thread Reißner Ernst
@Gavin: who shall we work on this? Discussion in this group? Subgroup? -Ursprüngliche Nachricht- Von: Gavin Smith Gesendet: Montag, 14. Februar 2022 14:22 An: Reißner Ernst Cc: bug-texinfo@gnu.org; rei3...@arcor.de Betreff: Re: Feature request: api docs On Mon, Feb 14, 2022 at 01:07:5

Re: `automake` error

2022-02-14 Thread Patrice Dumas
On Mon, Feb 14, 2022 at 12:27:53PM +, Gavin Smith wrote: > > After saying `./autogen.sh` I see > > > > ``` > > automake: error: cannot open < doc/tp_api/tp_api.texi: No such file or > > directory > > ``` > > I committed a fix for this but don't know if it's correct: > > diff --git a/doc/tp_a

AW: Feature request: api docs

2022-02-14 Thread Reißner Ernst
On Mon, Feb 7, 2022 at 8:19 AM Reißner Ernst wrote: > @Gavin Smith : the style I know is putting api docs with the code. > This turned out to be by far safest to keep docs up to date. > In java world, in c#, in c and c++ I think this is the accepted way to do it. > Also in lisp and in python...

Re: Feature request: api docs

2022-02-14 Thread Gavin Smith
On Mon, Feb 14, 2022 at 01:07:53PM +, Reißner Ernst wrote: > I think, if all is happy with that solution, we shall implement along the > same line, right? Somebody has to work out all the details. And it may be, once the problem is understood, that recommending another system like Doxygen m

Re: `automake` error

2022-02-14 Thread Werner LEMBERG
>> automake: error: cannot open < doc/tp_api/tp_api.texi: No such file >> or directory > > I committed a fix for this [...] It works, thanks. > [...] but don't know if it's correct: :-) Werner

Re: `automake` error

2022-02-14 Thread Gavin Smith
> After saying `./autogen.sh` I see > > ``` > automake: error: cannot open < doc/tp_api/tp_api.texi: No such file or > directory > ``` I committed a fix for this but don't know if it's correct: diff --git a/doc/tp_api/Makefile.am b/doc/tp_api/Makefile.am index bd36d99372..7629b0122b 100644 --- a

Re: `automake` error

2022-02-14 Thread Gavin Smith
> The problem is because automake is being too clever and trying to scan > the Texinfo files. > > I'm going to try upgrading automake and see what happens. Exactly the same problem with automake 1.16.5.

Re: `automake` error

2022-02-14 Thread Gavin Smith
On Sat, Feb 12, 2022 at 06:30:36PM +, Werner LEMBERG wrote: > > [5605c12a99493289acb39938f029a2db1cebc5bd] > > > After saying `./autogen.sh` I see > > ``` > automake: error: cannot open < doc/tp_api/tp_api.texi: No such file or directo +ry > ``` > The build works for me for some reason but tha