Re: [bug #66583] [PATCH] allow building groff without makeinfo

2025-01-04 Thread Alejandro Colomar via bug-groff
Hi onf, On Sun, Dec 29, 2024 at 08:29:10PM -0500, anonymous wrote: > You can work around that: > > export MAKEFLAGS=-e PREFIX=/bar > make > make install Hmmm. True! (Actually, I'm waiting for the release of make 4.5, since I use MAKEFLAGS += --no-builtin-rules MAKEFLAGS += --n

[bug #66583] [PATCH] allow building groff without makeinfo

2025-01-04 Thread Alejandro Colomar
Follow-up Comment #53, bug #66583 (group groff): Hi onf, On Sun, Dec 29, 2024 at 08:29:10PM -0500, anonymous wrote: > You can work around that: > > export MAKEFLAGS=-e PREFIX=/bar > make > make install Hmmm. True! (Actually, I'm waiting for the release of make 4.5, since I use MAKEFLA