On Wed, Jun 07, 2023 at 01:23:25PM -0500, G. Branden Robinson wrote: > At 2023-06-07T13:59:48-0400, Robert Goulding via wrote: > > I get a whole lot of errors of this type: > > > > troff:/usr/local/share/groff/site-font/devpdf/CMUSerifR:13: error: font > > description file name 'CMUSerifR' does not match 'name' argument 'cmunrm' > > troff:/home/rdgoulding/.tmac/cmu.tmac:2: error: cannot load font > > 'CMUSerifR' for mounting > > troff:/usr/local/share/groff/site-font/devpdf/CMUSerifB:13: error: font > > description file name 'CMUSerifB' does not match 'name' argument 'cmunbx' > > troff:rubbish.ms:2: warning: cannot select font 'B'
Thanks for trying out the Makefile and reporting back, much appreciated. > groff 1.23.0 does a lot more font description file validation[1] than > 1.22.4 did. It seems I was using groff 1.22.4 the whole time while working on this unaware that groff 1.23.0 does a lot more validation. > Maybe the Makefile from this thread should be updated to run sed(1) on > the generated font description file--just a guess, I haven't even looked > at it yet. I'll look into changing the Makefile to work better with groff 1.23.0. Alexis