font/devps/generate/Makefile: Fix typo.

* font/devps/generate/Makefile (zapfdr.afm): Fix typo in dependency
  name.  Problem introduced by me in commit 2566b64e0b, 13 March 2022,
  which claimed "[s]hould not cause regressions because the Make targets
  invoked are never called during a build (they are isolates that you
  have to manually name on the command line)."  Thus was fortune's
  hostage claimed.  Apparently OpenSUSE uses this Makefile as part of
  its "ghostscript-fonts-grops" package build.  (Fair enough--we _do_
  ship it.)

Longer term I still think it would be a good idea to have a more general
tool, probably a shell script, to manage groff font description file
updates.
This commit is contained in:
G. Branden Robinson 2023-10-11 23:44:15 -05:00
parent e6ad57a613
commit 2e92bee3c4
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
2023-10-11 G. Branden Robinson <g.branden.robinson@gmail.com>
* font/devps/generate/Makefile (zapfdr.afm): Fix typo in
dependency name. Problem introduced by me in commit 2566b64e0b,
13 March 2022, which claimed "[s]hould not cause regressions
because the Make targets invoked are never called during a build
{they are isolates that you have to manually name on the command
line}." Thus was fortune's hostage claimed. Apparently
OpenSUSE uses this Makefile as part of its "ghostscript-fonts-
grops" package build. (Fair enough--we _do_ ship it.)
2023-10-07 G. Branden Robinson <g.branden.robinson@gmail.com>
* src/roff/troff/input.cpp (while_break_request)

View File

@ -276,7 +276,7 @@ symbolsl.afm: $(srcdir)/symbolsl.awk $(srcdir)/../symbolsl.ps
$(afmdir)/Symbol.afm` tmp.afm >$(OUTDIR)/$@ \
&& $(RM) Fontmap tmp.afm
zapfdr.afm: $(srcdir)/apfdr.sed
zapfdr.afm: $(srcdir)/zapfdr.sed
sed -f $(srcdir)/zapfdr.sed \
`$(AFMNAME) $(afmdir)/ZapfDingbats.afm` >$(OUTDIR)/$@