On Tue, 11 May 2021 20:25:20 +0200, Christian Weisgerber wrote: > bison.info incorporates bison.help, which is regenerated from the > newly built bison executable. We need to break that dependency.
Right, I wasn't sure that it was OK to do that. > That's simple enough that we can do it in Makefile.in. We can then > get rid of running the autotools suite. > > Here's a diff against the tree that includes those changes: Looks good to me. - todd