Hi Axel & Robert,
At 2021-10-28T20:17:43+0200, Axel Kielhorn wrote:
[...]
> make[1]: *** No rule to make target `tmac/mdoc/doc-common', needed by
> `all-am'. Stop.
[...]
At 2021-11-07T08:35:22-0500, Robert Goulding wrote:
> On Chromebook (Debian buster), make fails with:
>
> make[1]: *** No ru
> Am 28.10.2021 um 20:46 schrieb John Gardner :
>
> Hi Axel,
>
> Before running ./bootstrap from the root directory, make sure all build
> artefacts are wiped:
>
> git pull && git checkout -- . && git clean -xfd
>
> I recall seeing this exact error a while ago when attempting to recompile
Hi Axel,
Before running ./bootstrap from the root directory, make sure *all *build
artefacts are wiped:
git pull && git checkout -- . && git clean -xfd
I recall seeing this exact error a while ago when attempting to recompile
Groff. It might be related.
On Fri, 29 Oct 2021 at 05:18, Axel Kielh