On Wed, Mar 24, 2021 at 11:12:29PM +0100, Страхиња Радић wrote:
> Didn't know that, thanks. What is the reasoning behind having a separate
> .def.h in the first place then? Wouldn't editing a local copy of config.h from
> the cloned repository suffice?
The idea is that you keep your config.h
Страхиња Радић wrote:
> It will work, but more correct would be to change config.def.h, per
> Makefile:
> config.h: config.def.h
> cp config.def.h config.h
> Also, in the future you can also try setting different values for
> "size=" instead of "pixelsize=", as it works better for some fon
On 21/03/24 04:13, Cág wrote:
> Actually config.def.h is a template, the default configuration, and
> probably should be left unmodified. The rule you mentioned (run by `make
> config.h` copies config.def.h into config.h, obviously, and then config.h
> is supposed to be edited.
Didn't kno